GroupChannelUnreadItemCountParams

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.

customTypesFilter

The custom types filter to apply to the unread items.

See also

Constructors

Link copied to clipboard
constructor(keys: Collection<UnreadItemKey>, customTypesFilter: List<String>? = null)

Properties

Link copied to clipboard
Link copied to clipboard