Package-level declarations

Types

Link copied to clipboard
open class Page(val builder: suspend EmbedBuilder.() -> Unit) : KordExKoinComponent

Representation of a single paginator page. You can extend this to customise it if you wish!

Link copied to clipboard
open class Pages(var defaultGroup: Key = EMPTY_KEY)

Class representing a set of pages in a paginator. You can subclass this to customize it if you wish!