export interface APIActionRowComponent<T extends APIComponentInActionRow> extends APIBaseComponent<ComponentType.ActionRow>
See also: https://discord.com/developers/docs/interactions/message-components#action-rows
Type Parameters
APIComponentInActionRow T extends
externalT[] components :
The components in the ActionRow
optionalexternalnumber id? :
int32, auto generated via increment if not provided
Inherited from: APIBaseComponent