Current section
Files
Jump to
Current section
Files
include/discord_gleam@ws@packets@ready_ReadyPacket.hrl
-record(ready_packet, {
t :: binary(),
s :: integer(),
op :: integer(),
d :: discord_gleam@ws@packets@ready:ready_data()
}).