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 SummaryFields inherited from class tv.phantombot.event.irc.message.IrcMessageEventmessage, sender, tags
- 
Constructor SummaryConstructorsConstructorDescriptionIrcPrivateMessageEvent(TwitchSession session, String sender, String message) Class constructor.IrcPrivateMessageEvent(TwitchSession session, String sender, String message, Map<String, String> tags) Class constructor.
- 
Method SummaryMethods inherited from class tv.phantombot.event.irc.message.IrcMessageEventgetMessage, getSender, getTagsMethods inherited from class tv.phantombot.event.irc.IrcEventgetSession
- 
Constructor Details