Current section
Files
Jump to
Current section
Files
include/discord_gleam@ws@packets@ready_ReadyUser.hrl
-record(ready_user, {
username :: binary(),
id :: binary(),
discriminator :: binary(),
bot :: boolean()
}).