public final class ChatInviteCallback extends CallbackMsg
Modifier and Type | Field and Description |
---|---|
private SteamID |
chatRoomID
Gets the chat room SteamID.
|
private String |
chatRoomName
Gets the name of the chat room.
|
private EChatRoomType |
chatRoomType
Gets the chat room type.
|
private SteamID |
friendChatID
Gets the SteamID of the chat friend.
|
private GameID |
gameID
Gets the GameID associated with this chat room, if it's a game lobby.
|
private SteamID |
invitedID
Gets the SteamID of the user who was invited to the chat.
|
private SteamID |
patronID
Gets the SteamID of the user who performed the invitation.
|
Constructor and Description |
---|
ChatInviteCallback(uk.co.thomasc.steamkit.base.generated.SteammessagesClientserver.CMsgClientChatInvite invite) |
private final SteamID invitedID
private final SteamID chatRoomID
private final SteamID patronID
private final EChatRoomType chatRoomType
private final SteamID friendChatID
private final String chatRoomName
private final GameID gameID
Copyright © 2012. All Rights Reserved.