Interface GroupBotEvent

All Superinterfaces:
Event
All Known Implementing Classes:
BotJoinGroupEvent, BotQuitGroupEvent, SelfJoinGroupEvent, SelfQuitGroupEvent

public interface GroupBotEvent extends Event
Interface for a group bot event.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Chat
    Gets the Chat object associated with the event.
    Gets the Update object associated with the event.

    Methods inherited from interface org.teleight.teleightbots.event.trait.Event

    bot, execute
  • Method Details

    • update

      Update update()
      Gets the Update object associated with the event.
      Returns:
      the Update object associated with the event
    • chat

      default Chat chat()
      Gets the Chat object associated with the event.
      Returns:
      the Chat object associated with the event