Packages

A purely Gleam Discord library built from the ground up with stratus.

Current section

Files

Jump to
glyph include glyph@models@discord_Member.hrl
Raw

include/glyph@models@discord_Member.hrl

-record(member, {
membership_state :: integer(),
team_id :: binary(),
user :: glyph@models@discord:user(),
role :: binary()
}).