Options for filtering button interactions.

Hierarchy

  • FilterOptions

Properties

noAccessReply?: boolean

Option that defines if the pagination should reply with a special message to user that has no access to use that pagination. Works only in pair with singleUserAccess.

noAccessReplyContent?: string | InteractionReplyOptions

Contents of the reply to user that has no access to use that pagination. Works only with singleUserAccess and noAccessReply.

removeButtonsOnEnd?: boolean

Option that defines what to do with buttons after the pagination is stopped.

resetTimer?: boolean

Option that defines if the pagination should reset the timer after collecting interaction.

singleUserAccess?: boolean

Option that defines if the pagination should be accessable only for one explict user.

Generated using TypeDoc