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