Grouped

data class Grouped(val groupKey: String) : QueryChannelsIdentifier

Identity for a grouped query channels request: identity is the stable groupKey returned by the server. Grouped queries use cursor-based pagination and a separate endpoint (io.getstream.chat.android.client.ChatClient.queryGroupedChannels).

Constructors

Link copied to clipboard
constructor(groupKey: String)

Properties

Link copied to clipboard