Skip to main content

DiscordRadioGroupInteractionResponse

Documentation


Documentation / @discordeno/types / DiscordRadioGroupInteractionResponse

Interface: DiscordRadioGroupInteractionResponse

Defined in: discord/components.ts:812

https://docs.discord.com/developers/components/reference#radio-group-interaction-response-structure

Properties

custom_id

custom_id: string

Defined in: discord/components.ts:817

The custom id for the radio group


id

id: number

Defined in: discord/components.ts:815

32 bit integer used as an optional identifier for component


type

type: RadioGroup

Defined in: discord/components.ts:813


value?

optional value?: string | null

Defined in: discord/components.ts:819

The value of the selected option, or null if no option is selected