GroupChannelTotalUnreadChannelCountParams
public final class GroupChannelTotalUnreadChannelCountParams: NSObject, Encodable
An object contains set of options to retrieve total unread channel count
-
Array filter of channel custom types.
Declaration
Swift
public var customTypesFilter: [String]?
-
The enumerator filter of super channel.
Declaration
Swift
public var superChannelFilter: GroupChannelSuperChannelFilter = .all
-
Declaration
Swift
public func encode(to encoder: Encoder) throws