telegram_framework.py_telegram_bot_api package
Submodules
telegram_framework.py_telegram_bot_api.actions module
telegram_framework.py_telegram_bot_api.bots module
- 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]