RadioGroupComponent

Constructors

Link copied to clipboard
constructor(data: ChatComponentData)

Properties

Link copied to clipboard

ID for the radio group; 1-100 characters.

Link copied to clipboard
open override val data: ChatComponentData
Link copied to clipboard

The list of options to show; min 2, max 10

Link copied to clipboard

whether a selection is required to submit the modal (defaults to true).

Link copied to clipboard
open override val type: ComponentType

The type of component.

Link copied to clipboard

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