Skip to main content

channel-member-list-query-properties

cid

A channel identifier the members should be fetched for.

public let cid: ChannelId

filter

A filter for the query (see Filter).

public let filter: Filter<MemberListFilterScope>?

sort

A sorting for the query (see Sorting).

public let sort: [Sorting<ChannelMemberListSortingKey>]

pagination

A pagination.

public var pagination: Pagination

Methods

encode(to:)

public func encode(to encoder: Encoder) throws

Did you find this page helpful?