Feed Channel List Query Params
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
Properties
Functions
Link copied to clipboard
fun copy(includeEmpty: Boolean = this.includeEmpty, limit: Int = this.limit): FeedChannelListQueryParams