Class that wraps pagination.
Optional
data: Partial<PaginationData>Data from which to build pagination.
Private
_afterPrivate
_afterPrivate
_beforePrivate
_buttonsPrivate
_embedsPrivate
_filterPrivate
_timeAction that is called after sending.
Action that is called after the pagination is stopped.
Action that is called before the pagination will be stopped.
Buttons for pagination.
Embeds for pagination.
Options for filtering out interactions.
Time that the pagination will be alive for.
Adds user(-s) to allowed list.
User(-s).
Gets button by it's customId.
Button.
Custom id.
Sends pagination as a reply to interaction.
Class that represents pagination that is already sent.
Interaction.
Reply options.
Page number which will be the starting point.
Overrides pagination data.
Pagination data.
Sends pagination as a reply to message.
Class that represents pagination that is already sent.
Message.
Message options.
Page number which will be the starting point.
Sends pagination to the channel.
Class that represents pagination that is already sent.
Channel.
Message options.
Page number which will be the starting point.
Sets action that will be called after sending.
Action.
Sets action that will be called after the pagination is stopped.
Action.
Sets allowed users for pagination.
User's snowflake.
Sets action that will be called before the pagination is stopped.
Action.
Sets buttons for the pagination.
Buttons.
Sets embeds for the pagination.
Embeds.
Sets options for filtering out interactions.
Options for filtering out interactions.
Sets time that the pagination will be alive for.
Time.
Should the time bypass limits or not.
Transforms class to JSON-like object.
JSON-like object.
Generated using TypeDoc
Class that wraps pagination.