Class FriendMsgEchoCallback

  • All Implemented Interfaces:
    ICallbackMsg

    public class FriendMsgEchoCallback
    extends CallbackMsg
    This callback is fired in response to receiving an echo message from another instance.
    • Constructor Detail

      • FriendMsgEchoCallback

        public FriendMsgEchoCallback​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverFriends.CMsgClientFriendMsgIncoming.Builder msg)
    • Method Detail

      • getSender

        public SteamID getSender()
        Returns:
        the SteamID of the sender.
      • getEntryType

        public EChatEntryType getEntryType()
        Returns:
        the chat entry type.
      • isFromLimitedAccount

        public boolean isFromLimitedAccount()
        Gets a value indicating whether this message is from a limited account.
        Returns:
        true if this message is from a limited account; otherwise, false.
      • getMessage

        public java.lang.String getMessage()
        Returns:
        the message.