Current section
Files
Jump to
Current section
Files
include/shimmer@types@user_User.hrl
-record(user, {
avatar :: gleam@option:option(binary()),
bot :: boolean(),
discriminator :: binary(),
email :: gleam@option:option(binary()),
flags :: integer(),
id :: integer(),
mfa_enabled :: boolean(),
username :: binary(),
verified :: boolean()
}).