9#import <Foundation/Foundation.h>
14NS_ASSUME_NONNULL_BEGIN
19@property (nonatomic, readonly, copy) NSString *
accountId;
23@property (nonatomic, readonly, assign) NSInteger
errorCode;
27@property (nonatomic, readonly, copy, nullable) NSString *
message;
35@property (nonatomic, assign)
unsigned long long serverId;
45@property (nonatomic, strong) NSArray *muteAccountIds;
50@property (nonatomic, assign) NSInteger duration;
55@property (nonatomic, copy, nullable) NSString *postscript;
69@property (nonatomic, assign)
unsigned long long serverId;
74@property (nonatomic, assign)
unsigned long long channelId;
84@property (nonatomic, strong) NSArray *muteAccountIds;
89@property (nonatomic, assign) NSInteger duration;
94@property (nonatomic, copy, nullable) NSString *postscript;
108@property (nonatomic, strong, readonly, nullable) NSArray<NIMQChatMuteFailedInfo *> *failedList;
115@property (nonatomic, assign, readonly) NSInteger duration;
120@property (nonatomic, assign, readonly) NSTimeInterval beReleaseTime;
125@property (nonatomic, assign, readonly) NSTimeInterval muteOperateTime;
152@property (nonatomic, assign)
unsigned long long serverId;
157@property (nonatomic, strong, nullable) NSString *cursor;
162@property (nonatomic, assign) NSInteger limit;
171@property (nonatomic, assign)
unsigned long long serverId;
176@property (nonatomic, assign)
unsigned long long channelId;
181@property (nonatomic, strong, nullable) NSString *cursor;
186@property (nonatomic, assign) NSInteger limit;
195@property (nonatomic, assign, readonly) BOOL hasMore;
200@property (nonatomic, strong, readonly, nullable) NSString *cursor;
205@property (nonatomic, strong, readonly, nullable) NSArray<NIMQChatServerMuteMemberInfo *> *members;
214@property (nonatomic, assign, readonly) BOOL hasMore;
219@property (nonatomic, strong, readonly, nullable) NSString *cursor;
224@property (nonatomic, strong, readonly, nullable) NSArray<NIMQChatChannelMuteMemberInfo *> *members;
NIMQChatMuteNotifyScope
Definition: NIMQChatDefs.h:590
NIMQChatMuteOperateType
Definition: NIMQChatDefs.h:561
Definition: NIMQChatChannelMember.h:14
Definition: NIMQChatMuteModels.h:130
Definition: NIMQChatMuteModels.h:65
Definition: NIMQChatMuteModels.h:167
Definition: NIMQChatMuteModels.h:210
Definition: NIMQChatMuteModels.h:148
Definition: NIMQChatMuteModels.h:191
Definition: NIMQChatMuteModels.h:16
NSInteger errorCode
Definition: NIMQChatMuteModels.h:23
NSString * accountId
Definition: NIMQChatMuteModels.h:19
NSString * message
Definition: NIMQChatMuteModels.h:27
Definition: NIMQChatMuteModels.h:112
Definition: NIMQChatMuteModels.h:104
Definition: NIMQChatServerMember.h:15
Definition: NIMQChatMuteModels.h:139
Definition: NIMQChatMuteModels.h:31