Interface GroupBotEvent
- All Superinterfaces:
Event
- All Known Implementing Classes:
BotJoinGroupEvent,BotQuitGroupEvent,SelfJoinGroupEvent,SelfQuitGroupEvent
Interface for a group bot event.
-
Method Summary
-
Method Details
-
update
Update update()Gets the Update object associated with the event.- Returns:
- the Update object associated with the event
-
chat
Gets the Chat object associated with the event.- Returns:
- the Chat object associated with the event
-