public class ChatEnterCallback extends CallbackMsg
| Constructor and Description |
|---|
ChatEnterCallback(MsgClientChatEnter msg,
byte[] payload) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getChatFlags() |
SteamID |
getChatID() |
java.util.List<ChatMemberInfo> |
getChatMembers() |
java.lang.String |
getChatRoomName() |
EChatRoomType |
getChatRoomType() |
SteamID |
getClanID() |
EChatRoomEnterResponse |
getEnterResponse() |
SteamID |
getFriendID() |
int |
getNumChatMembers() |
SteamID |
getOwnerID() |
getJobID, setJobIDpublic ChatEnterCallback(MsgClientChatEnter msg, byte[] payload)
public SteamID getFriendID()
public EChatRoomType getChatRoomType()
public byte getChatFlags()
public EChatRoomEnterResponse getEnterResponse()
public int getNumChatMembers()
public java.lang.String getChatRoomName()
public java.util.List<ChatMemberInfo> getChatMembers()
ChatMemberInfo instances for each of the members of this chat room.