Interface BotSession


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

      • setOptions

        void setOptions​(BotOptions options)
      • setToken

        void setToken​(String token)
      • 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