Current section

Files

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

include/discord_gleam@ws@packets@identify_IdentifyPacket.hrl

-record(identify_packet, {
op :: integer(),
d :: discord_gleam@ws@packets@identify:indentify_data()
}).