chatType property

ChatType chatType
getter/setter pair

~english The enumeration of the chat type.

There are three chat types: one-to-one chat, group chat, and chat room. ~end

~chinese 会话类型枚举。

三种会话类型:单聊,群聊,聊天室。 ~end

Implementation

ChatType chatType = ChatType.Chat;