interface ButtonPaginationControllerResolavable {
    button: APIButtonComponentWithCustomId | InteractionButtonComponentData | ButtonBuilder;
    type: PaginationControllerType | "FirstPage" | "PreviousPage" | "NextPage" | "LastPage" | "Stop";
}

Properties

Properties

button: APIButtonComponentWithCustomId | InteractionButtonComponentData | ButtonBuilder
type: PaginationControllerType | "FirstPage" | "PreviousPage" | "NextPage" | "LastPage" | "Stop"