Class IrcClearmessageEvent
java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.irc.IrcEvent
tv.phantombot.event.irc.clearchat.IrcClearmessageEvent
- 
Constructor SummaryConstructorsConstructorDescriptionIrcClearmessageEvent(TwitchSession session, String username, String message, String msgId) Class constructor
- 
Method SummaryModifier and TypeMethodDescriptionMethod that returns the message that was deletedgetMsgId()Method that returns the message id that was deletedMethod that returns the user who sent the deleted messageMethods inherited from class tv.phantombot.event.irc.IrcEventgetSession
- 
Constructor Details- 
IrcClearmessageEventClass constructor- Parameters:
- session-
- username-
- message-
- msgId-
 
 
- 
- 
Method Details- 
getUsernameMethod that returns the user who sent the deleted message- Returns:
- username
 
- 
getMessageMethod that returns the message that was deleted- Returns:
- message
 
- 
getMsgIdMethod that returns the message id that was deleted- Returns:
- msgId
 
 
-