Telegram Bot
Constructor to build through configuration loader.
constructor(token: String, commandsPackage: String? = null, httpClient: HttpClient? = null, botConfiguration: BotConfigurator = {})
Parameters
commands Package
The place where the search for commands and inputs will be done.
bot Configuration
Lambda function to customize the bots instance. See BotConfiguration