Current section
Files
Jump to
Current section
Files
include/discord_gleam@ws@packets@interaction_create_MessageComponent.hrl
-record(message_component, {
custom_id :: binary(),
component_type :: integer(),
values :: gleam@option:option(list(binary())),
resolved :: gleam@option:option(discord_gleam@types@component_response:resolved_data())
}).