APISectionComponent
https://discord.com/developers/docs/components/reference#section A Section is a top-level layout component that allows you to join text contextually with an accessory.
Signature
export interface APISectionComponent extends APIBaseComponent<ComponentType.Section>Properties
3Methods
0No methods.
Properties
id?: number;Optional identifier for component
components: APITextDisplayComponent[];One to three text components
accessory: APIButtonComponent | APIThumbnailComponent;A thumbnail or a button component, with a future possibility of adding more compatible components