| Modifier and Type | Field and Description | 
|---|---|
ChatMode | 
mChatMode
Chatroom send message mode 
 | 
String | 
mChatroomName
Chatroom name. 
 | 
int | 
mInputInterval
Chatroom send message interval in second. 
 | 
List<Sticker> | 
mSticker
Sticker in chatroom. 
 | 
int | 
mUserCount
User count in chatroom. 
 | 
| Constructor and Description | 
|---|
ChatroomInfo(ChatMode chatMode,
            String chatroomName,
            int guestCount,
            int memberCount,
            int inputInterval,
            List<Sticker> sticker)  | 
public String mChatroomName
public int mUserCount
public int mInputInterval