SBDGroupChannelTotalUnreadMessageCountParams Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | SBDGroupChannelTotalUnreadMessageCountParams.h |
Overview
The SBDGroupChannelTotalUnreadMessageCountParams instance contains parameters for [SBDGroupChannel getTotalUnreadMessageCountWithParams:completionHandler:].
When you want to get total unread message count with filters, use this instance. Add what you want to filter with, and pass this instance of SBDGroupChannel.
For more information, see Group Channel.
channelCustomTypesFilter
The array filter of channel custom types.
@property (strong, atomic, nullable) NSArray<NSString*> *channelCustomTypesFilterDeclared In
SBDGroupChannelTotalUnreadMessageCountParams.h
superChannelFilter
The enumerator filter of super channel.
@property (atomic) SBDGroupChannelSuperChannelFilter superChannelFilterDeclared In
SBDGroupChannelTotalUnreadMessageCountParams.h