Current section
Files
Jump to
Current section
Files
include/discord_gleam@ws@packets@presence_update_PresenceUpdatePacket.hrl
-record(presence_update_packet, {
t :: binary(),
s :: integer(),
op :: integer(),
d :: discord_gleam@types@presence:presence()
}).