chatType property
getter/setter pair
The enumeration of chat types.
There are three chat types: one-to-one chat, group chat, and chat room.
Implementation
ChatType chatType = ChatType.Chat;
The enumeration of chat types.
There are three chat types: one-to-one chat, group chat, and chat room.
ChatType chatType = ChatType.Chat;