APIRadioGroupComponent
https://docs.discord.com/developers/components/reference#radio-group
Signature
export interface APIRadioGroupComponent extends APIBaseComponent<ComponentType.RadioGroup>Properties
id?: number;Optional identifier for component
custom_id: string;Developer-defined identifier for the input; 1-100 characters
options: APIRadioGroupOption[];List of options to show; min 2, max 10
required?: boolean;Whether a selection is required to submit the modal (defaults to true)