GroupedQueryConfig
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.
Properties
Link copied to clipboard
This group's per-group override (GroupedChannelsGroupQuery.limit). null when only the request-level limit was specified.