Interface EventProcessor

All Known Implementing Classes:
CallbackQueryEventProcessor, ChannelPostEventProcessor, ChatMemberStatusEventProcessor, InlineQueryEventProcessor, MessageEventProcessor

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    processUpdate(@NotNull TelegramBot bot, @NotNull Update update)
     
  • Method Details

    • processUpdate

      void processUpdate(@NotNull @NotNull TelegramBot bot, @NotNull @NotNull Update update)