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