NIMQChatChannelRole Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMQChatChannelRole.h |
serverId
服务器id
@property (nonatomic, assign) unsigned long long serverId
Discussion
服务器id
Declared In
NIMQChatChannelRole.h
roleId
身份组id
@property (nonatomic, assign) unsigned long long roleId
Discussion
身份组id
Declared In
NIMQChatChannelRole.h
parentRoleId
继承服务器的身份组id
@property (nonatomic, assign) unsigned long long parentRoleId
Discussion
继承服务器的身份组id
Declared In
NIMQChatChannelRole.h
channelId
频道id
@property (nonatomic, assign) unsigned long long channelId
Discussion
频道id
Declared In
NIMQChatChannelRole.h
name
名称
@property (nonnull, nonatomic, copy) NSString *name
Discussion
名称
Declared In
NIMQChatChannelRole.h
type
类型
@property (nonatomic, assign) NIMQChatRoleType type
Discussion
类型
Declared In
NIMQChatChannelRole.h
icon
icon图
@property (nonatomic, copy) NSString *icon
Discussion
icon图
Declared In
NIMQChatChannelRole.h
ext
自定义扩展
@property (nonatomic, copy) NSString *ext
Discussion
自定义扩展
Declared In
NIMQChatChannelRole.h
auths
该身份组各资源的权限状态
@property (nonatomic, copy) NSArray<NIMQChatPermissionStatusInfo*> *auths
Discussion
该身份组各资源的权限状态
Declared In
NIMQChatChannelRole.h
createTime
创建时间
@property (nonatomic, assign) NSTimeInterval createTime
Discussion
创建时间
Declared In
NIMQChatChannelRole.h
updateTime
更新时间
@property (nonatomic, assign) NSTimeInterval updateTime
Discussion
更新时间
Declared In
NIMQChatChannelRole.h