class

MCProtocol::PaginatedRequestParams

Inherits JSON::Serializable < Reference < Object

Constructors

new(cursor : String | Nil = Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

cursor

An opaque token representing the current pagination position. If provided, the server should return results starting after this cursor.

Source