Interface LongPollingHandler

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface LongPollingHandler
    Interface ready to be overrided by other Telegram Bot API implementations
    Author:
    Cadiducho
    • Method Detail

      • handleUpdate

        void handleUpdate​(Update update)
        Called when an update is received by the bot
        Parameters:
        update - The update