LogoAntiRaid

@antiraid-ext/framework/paginate

API reference for @antiraid-ext/framework/paginate

@antiraid-ext/framework/paginate

Types

PaginationOpts

Raw Type
type PaginationOpts = {
	id: string,

	embed: (currentIdx: number) -> apitypes.EmbedObject,

	numPages: number,

	timeToExpiry: number?
}
PropTypeDescription
embed
(currentIdx: number) -> apitypes.EmbedObject
-
id
-
numPages
-
timeToExpiry?
-

Functions

paginate

Function Signature
function paginate(data: frameworktypes.RunData, opts: PaginationOpts) -> () end

Arguments

data

frameworktypes.RunData

opts

PaginationOpts

Last updated on