ChatMemberInfo

Represents the details of a user which is a member of a chatroom.

Constructors

Link copied to clipboard
constructor(keyValues: KeyValue?)

Initializes a new instance of the ChatMemberInfo class.

constructor()

Initializes a new instance of the ChatMemberInfo class.

Properties

Link copied to clipboard
val details: EnumSet<EClanPermission>

Gets the clan permission details of this chat member.

Link copied to clipboard
val permissions: EnumSet<EChatPermission>

Gets the permissions this user has with the chatroom.

Link copied to clipboard

Functions

Link copied to clipboard

Populates this MessageObject instance from the data inside the given stream.

Link copied to clipboard
open fun writeToStream(stream: OutputStream)

Writes this MessageObject instance to the given stream.