Interface RawSectionComponent

interface RawSectionComponent {
    accessory: RawButtonComponent | RawThumbnailComponent;
    components: RawTextDisplayComponent[];
    id?: number;
    type: SECTION;
}

Hierarchy (view full)

Properties

id?: number

Autoincremented number if not provided

type: SECTION