Class that represents pagination that is already sent.
Embeds, buttons and so on.
Message or interaction that pagination should be assigned to.
Page which pagination should start from.
Action that is completed before the pagination is stopped.
Action that is completed after the pagination is stopped.
Private
_collectorPrivate
_stateMessage or interaction that pagination should be assigned to.
Embeds, buttons and so on.
Is pagination active or not.
Current page.
Pagination's state.
Private
_buildBuilds action rows with enabled or disabled buttons.
Should be buttons disabled or not.
Private
_buildBuilds action rows for specific page.
Private
_collectedPrivate
_formPrivate
_formForms filtering function for collector.
Reply id.
Forms filtering function for collector.
Private
_stoppedGets button by custom id.
Button wrapper.
Custom id.
Initializes pagination. Can be called only once. Default pagination wrapper calls it so you shouldn't.
Switches pagination to the next page. It does not update the pagination, so you should call update by yourself!
Page number.
Generated using TypeDoc
Class that represents pagination that is already sent.