FeedChannelListQueryParams

class FeedChannelListQueryParams @JvmOverloads constructor(var includeEmpty: Boolean = false, var limit: Int = QUERY_DEFAULT_LIMIT)

Params for creating a FeedChannelListQuery object.

Since

4.6.0

See also

Constructors

Link copied to clipboard
constructor(includeEmpty: Boolean = false, limit: Int = QUERY_DEFAULT_LIMIT)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Checks whether query result includes empty channels. (channels without messages). This flag is false by default.

Link copied to clipboard
var limit: Int

The maximum number of items per queried page.

Functions

Link copied to clipboard
fun copy(includeEmpty: Boolean = this.includeEmpty, limit: Int = this.limit): FeedChannelListQueryParams