GroupedChannelsGroupQuery

constructor(limit: Int? = null, next: String? = null, prev: String? = null)

Parameters

limit

Max channels for this group. null falls back to the request-level limit (which, in turn, falls back to the server default when also null).

next

Cursor for the next page of this group. Mutually exclusive with prev.

prev

Cursor for the previous page of this group. Mutually exclusive with next.