Class ChatActionResultCallback

  • All Implemented Interfaces:
    ICallbackMsg

    public class ChatActionResultCallback
    extends CallbackMsg
    This callback is fired when a chat action has completed.
    • Method Detail

      • getChatRoomID

        public SteamID getChatRoomID()
        Returns:
        the SteamID of the chat room the action was performed in.
      • getChatterID

        public SteamID getChatterID()
        Returns:
        the SteamID of the chat member the action was performed on.
      • getAction

        public EChatAction getAction()
        Returns:
        the chat action that was performed.
      • getResult

        public EChatActionResult getResult()
        Returns:
        the result of the chat action.