Interface LongPollingBot

  • All Superinterfaces:
    TelegramBot

    public interface LongPollingBot
    extends TelegramBot
    Version:
    1.0
    Author:
    Ruben Bermudez
    • Method Detail

      • onUpdateReceived

        void onUpdateReceived​(Update update)
        This method is called when receiving updates via GetUpdates method
        Parameters:
        update - Update received
      • onUpdatesReceived

        default void onUpdatesReceived​(List<Update> updates)
        This method is called when receiving updates via GetUpdates method. If not reimplemented - it just sends updates by one into onUpdateReceived(Update)
        Parameters:
        updates - list of Update received
      • getOptions

        BotOptions getOptions()
        Gets options for current bot
        Returns:
        BotOptions object with options information
      • onClosing

        default void onClosing()
        Called when the BotSession is being closed