telegram_framework.py_telegram_bot_api package

Submodules

telegram_framework.py_telegram_bot_api.actions module

telegram_framework.py_telegram_bot_api.actions.send_image(chat: Chat, image: Image)[source]
telegram_framework.py_telegram_bot_api.actions.send_message(chat: Chat, message: Message)[source]
telegram_framework.py_telegram_bot_api.actions.send_reply(reply: Reply)[source]
telegram_framework.py_telegram_bot_api.actions.wait_response(bot, chat, handler)[source]

telegram_framework.py_telegram_bot_api.bots module

telegram_framework.py_telegram_bot_api.bots.find_handler(bot: TeleBot, message)[source]
telegram_framework.py_telegram_bot_api.bots.get_bot(token)[source]
telegram_framework.py_telegram_bot_api.bots.get_commands_list(bot: TeleBot)[source]
telegram_framework.py_telegram_bot_api.bots.handle_message(bot, message)[source]
telegram_framework.py_telegram_bot_api.bots.register_call_handler(bot: TeleBot, handler: Callable, call_data: str, filter_function=None)[source]
telegram_framework.py_telegram_bot_api.bots.register_command_handler(bot: TeleBot, handler: Callable, name: str, filter_function=None)[source]
telegram_framework.py_telegram_bot_api.bots.register_message_handler(bot: ~telebot.TeleBot, handler: ~typing.Callable, filter_function: ~typing.Callable = <function <lambda>>)[source]
telegram_framework.py_telegram_bot_api.bots.register_next_step_handler(bot: TeleBot, chat, handler: Callable)[source]
telegram_framework.py_telegram_bot_api.bots.register_text_handler(bot: TeleBot, handler: Callable, text: str)[source]
telegram_framework.py_telegram_bot_api.bots.start(bot: TeleBot)[source]

Module contents