GroupChannelTotalUnreadChannelCountParams
@objc(SBDGroupChannelTotalUnreadChannelCountParams)
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
@objc public var customTypesFilter: [String]?
-
The enumerator filter of super channel.
Declaration
Swift
@objc public var superChannelFilter: GroupChannelSuperChannelFilter
-
Declaration
Swift
public func encode(to encoder: Encoder) throws