Interface ReplyableEvent
- All Known Implementing Classes:
 AbstractChannelMessageEvent,ChannelMessageActionEvent,ChannelMessageEvent,CheerEvent,DirectCheerEvent,SubscriptionEvent
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault EventChanneldefault voidreply(ITwitchChat chat, String message) Sends a reply to this chat message. 
- 
Method Details
- 
getMessageEvent
IRCMessageEvent getMessageEvent() - 
getChannel
 - 
reply
Sends a reply to this chat message.- Parameters:
 chat- theITwitchChatinstance to send the message from.message- the message to be sent.
 
 -