typealias ActionRowComponent

export type ActionRowComponent = MessageActionRowComponent | ModalActionRowComponent;

Constructors

constructor()