vamo_telbot.bot.runner ====================== .. py:module:: vamo_telbot.bot.runner .. autoapi-nested-parse:: Runner module for the Telegram bot. Functions --------- .. autoapisummary:: vamo_telbot.bot.runner.start_bot Module Contents --------------- .. py:function:: start_bot(client) :async: Runs the Telegram bot. :param client: The Telegram client instance to run the bot with. :type client: TelegramClient