DiscordCheckboxInteractionResponse
Documentation / @discordeno/types / DiscordCheckboxInteractionResponse
Interface: DiscordCheckboxInteractionResponse
Defined in: discord/components.ts:870
https://docs.discord.com/developers/components/reference#checkbox-interaction-response-structure
Properties
custom_id
custom_id:
string
Defined in: discord/components.ts:875
The custom id for the checkbox
id
id:
number
Defined in: discord/components.ts:873
32 bit integer used as an optional identifier for component
type
type:
Checkbox
Defined in: discord/components.ts:871
value
value:
boolean
Defined in: discord/components.ts:877
The state of the checkbox (true if checked, false if unchecked)