interface APISectionComponent

external
export interface APISectionComponent extends APIBaseComponent<ComponentType.Section>

external
accessory : APISectionAccessoryComponent

external
components : APITextDisplayComponent[]

optionalexternal
id? : number

int32, auto generated via increment if not provided

Inherited from: APIBaseComponent

external
type : T

The type of the component

Inherited from: APIBaseComponent