MessageButtonPaginator
constructor(pages: Pages, chunkedPages: Int = 1, owner: UserBehavior? = null, timeoutSeconds: Long? = null, keepEmbed: Boolean = true, switchEmoji: ReactionEmoji = if (pages.groups.size == 2) EXPAND_EMOJI else SWITCH_EMOJI, mutator: PageTransitionCallback? = null, locale: Locale? = null, pingInReply: Boolean = true, targetChannel: MessageChannelBehavior? = null, targetMessage: Message? = null)
Parameters
pingInReply
Whether to ping the author of targetMessage in reply.
targetMessage
Target message to reply to, overriding targetChannel.
targetChannel
Target channel to send the paginator to, if targetMessage isn't provided.