Packages

A Gleam library for interacting with the Discord API

Current section

Files

Jump to
shimmer include shimmer@types@user_User.hrl
Raw

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()
}).