Current section

Files

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

include/discord_gleam@ws@packets@interaction_create_InteractionCommand.hrl

-record(interaction_command, {
type_ :: integer(),
name :: binary(),
id :: binary()
}).