toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
io.github.freya022.botcommands.api.pagination.nested
/
NestedPaginationItem
Nested
Pagination
Item
data
class
NestedPaginationItem
<
T
:
AbstractPagination
<
T
>
>
(
val
content
:
SelectContent
,
val
maxPages
:
Int
,
val
pageEditor
:
PageEditor
<
T
>
)
(
source
)
Members
Constructors
Nested
Pagination
Item
Link copied to clipboard
constructor
(
content
:
SelectContent
,
maxPages
:
Int
,
pageEditor
:
PageEditor
<
T
>
)
Properties
content
Link copied to clipboard
val
content
:
SelectContent
max
Pages
Link copied to clipboard
val
maxPages
:
Int
page
Link copied to clipboard
var
page
:
Int
page
Editor
Link copied to clipboard
val
pageEditor
:
PageEditor
<
T
>