NIMQChatCreateServerRoleParam Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMQChatCreateServerRoleParam.h |
serverId
服务器id
@property (nonatomic, assign) unsigned long long serverId
Discussion
服务器id
Declared In
NIMQChatCreateServerRoleParam.h
name
名称
@property (nonnull, nonatomic, copy) NSString *name
Discussion
名称
Declared In
NIMQChatCreateServerRoleParam.h
type
类型
@property (nonatomic, assign) NIMQChatRoleType type
Discussion
类型
Declared In
NIMQChatCreateServerRoleParam.h
icon
icon图
@property (nonatomic, copy) NSString *icon
Discussion
icon图
Declared In
NIMQChatCreateServerRoleParam.h
ext
自定义扩展
@property (nonatomic, copy) NSString *ext
Discussion
自定义扩展
Declared In
NIMQChatCreateServerRoleParam.h
priority
优先级,数值越大,优先级越小。默认当前最大数值+1
@property (nonatomic, strong) NSNumber *priority
Discussion
优先级,数值越大,优先级越小。默认当前最大数值+1
Declared In
NIMQChatCreateServerRoleParam.h
antispamBusinessId
对某些资料内容另外的反垃圾的业务ID
@property (nonatomic, copy) NSString *antispamBusinessId
Discussion
对某些资料内容另外的反垃圾的业务ID
Declared In
NIMQChatCreateServerRoleParam.h