Interface EmojiOptions

Emojis of the pagination buttons

Hierarchy

Properties

firstEmoji: ComponentEmojiResolvable

The emoji to use for the first button.

Default Value

"⏮"

lastEmoji: ComponentEmojiResolvable

The emoji to use for the last button.

Default Value

"⏭"

nextEmoji: ComponentEmojiResolvable

The emoji to use for the next button.

Default Value

"▶️"

prevEmoji: ComponentEmojiResolvable

The emoji to use for the previous button.

Default Value

"◀️"

Generated using TypeDoc