NIMChatroomBeKickedResult Class Reference

Inherits from NSObject
Declared in NIMChatroomBeKickedResult.h

Overview

removed from a chat room

  roomId

ID of a chat room from which a user is removed

@property (nonatomic, copy) NSString *roomId

Discussion

ID of a chat room from which a user is removed

Declared In

NIMChatroomBeKickedResult.h

  reason

reason for being removed from a chat room

@property (nonatomic, assign) NIMChatroomKickReason reason

Discussion

reason for being removed from a chat room

Declared In

NIMChatroomBeKickedResult.h

  ext

extension field for a removed result

@property (nonatomic, copy) NSString *ext

Discussion

extension field for a removed result

Declared In

NIMChatroomBeKickedResult.h