Package tv.phantombot.event.irc.message
Class IrcPrivateMessageEvent
java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.irc.IrcEvent
tv.phantombot.event.irc.message.IrcMessageEvent
tv.phantombot.event.irc.message.IrcPrivateMessageEvent
- Author:
- gmt2001
-
Field Summary
Fields inherited from class tv.phantombot.event.irc.message.IrcMessageEvent
message, sender, tags
-
Constructor Summary
ConstructorsConstructorDescriptionIrcPrivateMessageEvent
(TwitchSession session, String sender, String message) Class constructor.IrcPrivateMessageEvent
(TwitchSession session, String sender, String message, Map<String, String> tags) Class constructor. -
Method Summary
Methods inherited from class tv.phantombot.event.irc.message.IrcMessageEvent
getMessage, getSender, getTags
Methods inherited from class tv.phantombot.event.irc.IrcEvent
getSession
-
Constructor Details