Package top.focess.qq.api.event.bot
Class BotSendMessageEvent
- java.lang.Object
-
- top.focess.qq.api.event.Event
-
- top.focess.qq.api.event.bot.BotEvent
-
- top.focess.qq.api.event.bot.BotSendMessageEvent
-
- All Implemented Interfaces:
Serializable
public class BotSendMessageEvent extends BotEvent
Called when bot send message- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BotSendMessageEvent(Bot bot, Message message, Contact contract)Constructs a BotEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContactgetContract()MessagegetMessage()-
Methods inherited from class top.focess.qq.api.event.Event
isPrevent, setPrevent
-
-