interface APIActionRowComponent

external
export interface APIActionRowComponent<T extends APIActionRowComponentTypes> extends APIBaseComponent<ComponentType.ActionRow>

https://discord.com/developers/docs/interactions/message-components#action-rows

Type Parameters

external
components : T[]

The components in the ActionRow

external
type : T

The type of the component

Inherited from: APIBaseComponent