NIMSDK-iOS
载入中...
搜索中...
未找到
<NIMQChatAutoUnmuteAttachment>协议 参考

#import <NIMQChatSystemNotificationAttachmentProtocol.h>

类 <NIMQChatAutoUnmuteAttachment> 继承关系图:
<NIMQChatSystemNotificationAttachment>

属性

NIMQChatMuteOperateType operateType
 
unsigned long long serverId
 
unsigned long long channelId
 
NSString * releaseOperatorAccountId
 
NSString * muteOperatorAccountId
 
NSArray< NSString * > * releaseAccountIds
 
NSInteger duration
 
NSTimeInterval realReleaseTime
 
NIMQChatMuteLevel muteLevel
 
- 属性 继承自 <NIMQChatSystemNotificationAttachment>
NSDictionary * attachDict
 
NIMQChatSystemNotificationType type
 

额外继承的成员函数

- 类方法 继承自 <NIMQChatSystemNotificationAttachment>
(id< NIMQChatSystemNotificationAttachment >) + initWithDict:type:
 

属性说明

◆ channelId

- (unsigned long long) channelId
readwritenonatomicassign

频道id

◆ duration

- (NSInteger) duration
readwritenonatomicassign

禁言持续时长,单位:秒

◆ muteLevel

- (NIMQChatMuteLevel) muteLevel
readwritenonatomicassign

禁言级别。包括服务器级别和频道级别

◆ muteOperatorAccountId

- (NSString*) muteOperatorAccountId
readwritenonatomiccopy

禁言操作者的账号

◆ operateType

- (NIMQChatMuteOperateType) operateType
readwritenonatomicassign

操作类型

◆ realReleaseTime

- (NSTimeInterval) realReleaseTime
readwritenonatomicassign

实际解除禁言时间

◆ releaseAccountIds

- (NSArray<NSString *>*) releaseAccountIds
readwritenonatomicstrong

被解除禁言成员列表

◆ releaseOperatorAccountId

- (NSString*) releaseOperatorAccountId
readwritenonatomiccopy

解除禁言操作者的账号

◆ serverId

- (unsigned long long) serverId
readwritenonatomicassign

服务器id


该协议的文档由以下文件生成: