Table of Contents

Class RadioGroup

Namespace
NetCord
Assembly
NetCord.dll
public class RadioGroup : IInteractiveComponent, ILabelComponent, IComponent, IJsonModel<JsonRadioGroupComponent>
Inheritance
RadioGroup
Implements
Inherited Members

Constructors

RadioGroup(JsonRadioGroupComponent)

public RadioGroup(JsonRadioGroupComponent jsonModel)

Parameters

jsonModel JsonRadioGroupComponent

Properties

CustomId

Developer-defined identifier for the component (max 100 characters).

public string CustomId { get; }

Property Value

string

Id

Unique identifier for the component.

public int Id { get; }

Property Value

int

SelectedValue

public string? SelectedValue { get; }

Property Value

string