public final class ChatEnterCallback extends CallbackMsg
Modifier and Type | Field and Description |
---|---|
private byte |
chatFlags
Gets the chat flags.
|
private SteamID |
chatID
Gets SteamID of the chat room.
|
private EChatRoomType |
chatRoomType
Gets the type of the chat room.
|
private SteamID |
clanID
Gets clan SteamID that owns this chat room.
|
private EChatRoomEnterResponse |
enterResponse
Gets the chat enter response.
|
private SteamID |
friendID
Gets the friend ID.
|
private SteamID |
ownerID
Gets the SteamID of the chat room owner.
|
Constructor and Description |
---|
ChatEnterCallback(MsgClientChatEnter msg) |
private final SteamID chatID
private final SteamID friendID
private final EChatRoomType chatRoomType
private final SteamID ownerID
private final SteamID clanID
private final byte chatFlags
private final EChatRoomEnterResponse enterResponse
public ChatEnterCallback(MsgClientChatEnter msg)
Copyright © 2012. All Rights Reserved.