NIMChatroomMemberKickRequest Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMChatroomMemberRequest.h |
roomId
聊天室ID
@property (nonatomic, copy) NSString *roomId
Discussion
聊天室ID
Declared In
NIMChatroomMemberRequest.h
userId
用户ID,仅管理员可以踢人;如userId是管理员仅创建者可以踢.
@property (nonatomic, copy) NSString *userId
Discussion
用户ID,仅管理员可以踢人;如userId是管理员仅创建者可以踢.
Declared In
NIMChatroomMemberRequest.h
notifyExt
被踢通知扩展字段
@property (nullable, nonatomic, copy) NSString *notifyExt
Discussion
被踢通知扩展字段
Declared In
NIMChatroomMemberRequest.h