Class FriendMsgHistoryCallback

    • Constructor Detail

      • FriendMsgHistoryCallback

        public FriendMsgHistoryCallback​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver2.CMsgClientChatGetFriendMessageHistoryResponse.Builder msg,
                                        EUniverse universe)
    • Method Detail

      • getResult

        public EResult getResult()
        Returns:
        the result of the request.
      • getSteamID

        public SteamID getSteamID()
        Returns:
        the SteamID of the user with whom these messages were exchanged.
      • getMessages

        public java.util.List<FriendMessage> getMessages()
        Offline messages are marked by having set FriendMessage.isUnread() to true
        Returns:
        the messages exchanged with the user.