Package-level declarations

Types

Link copied to clipboard
data class GroupedQueryConfig(val limit: Int?, val pageSize: Int?, val watch: Boolean, val presence: Boolean)

Configuration captured from the most recent ChatClient.queryGroupedChannels request that targeted a specific group. Subsequent paginated and recovery calls read this back so they reuse the original parameters the caller chose.