Class ChatInviteCallback

  • All Implemented Interfaces:
    ICallbackMsg

    public class ChatInviteCallback
    extends CallbackMsg
    This callback is fired when a chat invite is recieved.
    • Constructor Detail

      • ChatInviteCallback

        public ChatInviteCallback​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver.CMsgClientChatInvite.Builder invite)
    • Method Detail

      • getInvitedID

        public SteamID getInvitedID()
        Returns:
        the SteamID of the user who was invited to the chat.
      • getChatRoomID

        public SteamID getChatRoomID()
        Returns:
        the chat room SteamID.
      • getPatronID

        public SteamID getPatronID()
        Returns:
        the SteamID of the user who performed the invitation.
      • getChatRoomType

        public EChatRoomType getChatRoomType()
        Returns:
        the chat room type.
      • getFriendChatID

        public SteamID getFriendChatID()
        Returns:
        the SteamID of the chat friend.
      • getChatRoomName

        public java.lang.String getChatRoomName()
        Returns:
        the name of the chat room.
      • getGameID

        public GameID getGameID()
        Returns:
        the GameID associated with this chat room, if it's a game lobby.