Group Channel Unread Item Count Params
class GroupChannelUnreadItemCountParams(val keys: Collection<UnreadItemKey>, val customTypesFilter: List<String>? = null)
Represents the parameters for getting the unread item count of a group channel.
Since
4.19.0
Parameters
keys
The keys of the unread items to get the count of.
custom Types Filter
The custom types filter to apply to the unread items.