Type alias GuildComponentButtonInteraction

GuildComponentButtonInteraction: Omit<ComponentInteraction<AnyGuildTextChannel>, "data"> & {
    data: MessageComponentButtonInteractionData;
}