GroupChannelUnreadItemCountParams
public final class GroupChannelUnreadItemCountParams: NSObject
An object contains a set of options to get unread item count from a group channel
Since
4.21.0-
The optionSets to contain count flags.
Declaration
Swift
public var key: UnreadItemKey
-
The string array of custom type filter.
Declaration
Swift
public var customTypesFilter: [String]?
-
Undocumented
Declaration
Swift
public init(key: UnreadItemKey, customTypesFilter: [String]? = [])