vamo_telbot.bot.runner¶
Runner module for the Telegram bot.
Functions¶
|
Runs the Telegram bot. |
Module Contents¶
- async vamo_telbot.bot.runner.start_bot(client)¶
Runs the Telegram bot.
- Parameters:
client (TelegramClient) – The Telegram client instance to run the bot with.
- Return type:
None