Skip to main content

channel-list-query-properties

filter

A filter for the query (see Filter).

public let filter: Filter<ChannelListFilterScope>

sort

A sorting for the query (see Sorting).

public let sort: [Sorting<ChannelListSortingKey>]

pagination

A pagination.

public var pagination: Pagination

messagesLimit

A number of messages inside each channel.

public let messagesLimit: Int

Methods

encode(to:)

public func encode(to encoder: Encoder) throws 

Operators

==

public static func == (lhs: ChannelListQuery, rhs: ChannelListQuery) -> Bool

Did you find this page helpful?