Page
Representation of a single paginator page. You can extend this to customise it if you wish!
Parameters
builder
Embed builder callable for building the page's embed
Properties
Functions
Link copied to clipboard
open suspend fun build(locale: Locale, pageNum: Int, chunkSize: Int, pages: Int, group: Key?, groupIndex: Int, groups: Int, shouldMutateFooter: Boolean = true, shouldPutFooterInDescription: Boolean = false, mutator: PageMutator? = null): suspend EmbedBuilder.() -> Unit
Create an embed builder for this page.