Class IrcClearmessageEvent

java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.irc.IrcEvent
tv.phantombot.event.irc.clearchat.IrcClearmessageEvent

public class IrcClearmessageEvent extends IrcEvent
  • Constructor Details

    • IrcClearmessageEvent

      public IrcClearmessageEvent(TwitchSession session, String username, String message, String msgId)
      Class constructor
      Parameters:
      session -
      username -
      message -
      msgId -
  • Method Details

    • getUsername

      public String getUsername()
      Method that returns the user who sent the deleted message
      Returns:
      username
    • getMessage

      public String getMessage()
      Method that returns the message that was deleted
      Returns:
      message
    • getMsgId

      public String getMsgId()
      Method that returns the message id that was deleted
      Returns:
      msgId