Type alias PButtonBuilder

PButtonBuilder: Omit<ButtonBuilder, "data"> & {
    data: APIButtonComponentWithCustomId;
}

Generated using TypeDoc