NIMQChatUpdateMemberRoleAuthNotificationAttachment Protocol Reference

Conforms to NIMQChatSystemNotificationAttachment
Declared in NIMQChatSystemNotificationAttachmentProtocol.h

Overview

更新个人定制权限的通知的附件

  serverId required method

服务器id

@property (nonatomic, assign, readonly) unsigned long long serverId

Discussion

服务器id

Declared In

NIMQChatSystemNotificationAttachmentProtocol.h

  channelId required method

频道id

@property (nonatomic, assign, readonly) unsigned long long channelId

Discussion

频道id

Declared In

NIMQChatSystemNotificationAttachmentProtocol.h

  accId required method

个人id

@property (nullable, nonatomic, copy, readonly) NSString *accId

Discussion

个人id

Declared In

NIMQChatSystemNotificationAttachmentProtocol.h

  updateAuths required method

操作的权限状态列表

@property (nonatomic, copy) NSArray<NIMQChatPermissionStatusInfo*> *updateAuths

Discussion

操作的权限状态列表

Declared In

NIMQChatSystemNotificationAttachmentProtocol.h