Interface BotSession


public interface BotSession
Version:
1.0 Bot session interface
Author:
Ruben Bermudez
  • Method Details

    • setOptions

      void setOptions(BotOptions options)
    • setToken

      void setToken(String token)
    • setCallback

      void setCallback(LongPollingBot callback)
    • start

      void start()
      Starts the bot
    • stop

      void stop()
      Stops the bot
    • isRunning

      boolean isRunning()
      Check if the bot is running
      Returns:
      True if the bot is running, false otherwise