interface APIActionRowComponent
extends
APIBaseComponent<ComponentType.ActionRow>export interface APIActionRowComponent<T extends APIActionRowComponentTypes> extends APIBaseComponent<ComponentType.ActionRow>https://discord.com/developers/docs/interactions/message-components#action-rows
Type Parameters
T extends APIActionRowComponentTypes
components : T[]
The components in the ActionRow