Class IrcClearmessageEvent
java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.irc.IrcEvent
tv.phantombot.event.irc.clearchat.IrcClearmessageEvent
-
Constructor Summary
ConstructorsConstructorDescriptionIrcClearmessageEvent
(TwitchSession session, String username, String message, String msgId) Class constructor -
Method Summary
Modifier 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.IrcEvent
getSession
-
Constructor Details
-
IrcClearmessageEvent
Class constructor- Parameters:
session
-username
-message
-msgId
-
-
-
Method Details
-
getUsername
Method that returns the user who sent the deleted message- Returns:
- username
-
getMessage
Method that returns the message that was deleted- Returns:
- message
-
getMsgId
Method that returns the message id that was deleted- Returns:
- msgId
-