Current section

Files

Jump to
discord_gleam include discord_gleam@ws@packets@identify_IndentifyData.hrl
Raw

include/discord_gleam@ws@packets@identify_IndentifyData.hrl

-record(indentify_data, {
token :: binary(),
intents :: integer(),
properties :: discord_gleam@ws@packets@identify:identify_properties()
}).