Current section
Files
Jump to
Current section
Files
include/discord_gleam@ws@packets@identify_IndentifyData.hrl
-record(indentify_data, {
token :: binary(),
intents :: integer(),
properties :: discord_gleam@ws@packets@identify:identify_properties()
}).