python-trueconf-bot 1.1.4__tar.gz → 1.1.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/PKG-INFO +1 -1
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/python_trueconf_bot.egg-info/PKG-INFO +1 -1
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/_version.py +3 -3
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/client/bot.py +8 -4
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/.github/workflows/docs.yml +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/.github/workflows/release-test.yml +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/.github/workflows/release.yml +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/.gitignore +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/LICENSE +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/README-PyPI.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/README-ru.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/README.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/assets/head_en.png +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/assets/head_ru.png +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/assets/logo.svg +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/examples/echo_bot.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/examples/multibot.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/features.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/img/head.png +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/index.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/learn/enums.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/learn/files.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/learn/filters.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/learn/getting-started.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/learn/parse-messages.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/learn/types.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/reference/Bot.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/reference/Dispatcher.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/reference/Enums.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/reference/Router.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/reference/Types.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/reference/index.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/release_notes.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/img/chatbot.svg +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/img/favicon.ico +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/img/logo.svg +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/overrides/main.html +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/examples/echo_bot.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/examples/multibot.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/features.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/img/head.png +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/img/router_scheme_ru.svg +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/index.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/learn/enums.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/learn/files.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/learn/filters.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/learn/getting-started.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/learn/parse-messages.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/learn/types.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/release_notes.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/stylesheets/extra.css +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/examples/README-ru.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/examples/README.md +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/examples/filters.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/examples/report_bot.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/examples/update_token.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/examples/webhook.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/mkdocs.yml +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/pyproject.toml +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/python_trueconf_bot.egg-info/SOURCES.txt +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/python_trueconf_bot.egg-info/dependency_links.txt +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/python_trueconf_bot.egg-info/requires.txt +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/python_trueconf_bot.egg-info/top_level.txt +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/requirements-docs.txt +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/requirements.txt +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/setup.cfg +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/__init__.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/client/__init__.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/client/context_controller.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/client/session.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/dispatcher/__init__.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/dispatcher/dispatcher.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/dispatcher/router.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/__init__.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/aouth_error.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/chat_participant_role.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/chat_type.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/envelope_author_type.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/file_ready_state.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/incoming_update_method.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/message_type.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/parse_mode.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/survey_type.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/update_type.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/exceptions.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/filters/__init__.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/filters/base.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/filters/command.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/filters/instance_of.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/filters/message.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/filters/method.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/loggers.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/__init__.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/add_participant_to_chat.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/auth.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/base.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/change_participant_role.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/create_channel.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/create_favorites_chat.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/create_group_chat.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/create_p2p_chat.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/edit_message.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/edit_survey.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/forward_message.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/get_chat_by_id.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/get_chat_history.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/get_chat_participants.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/get_chats.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/get_file_info.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/get_message_by_id.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/get_user_display_name.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/has_chat_participant.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/remove_chat.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/remove_message.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/remove_participant_from_chat.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/send_file.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/send_message.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/send_survey.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/subscribe_file_progress.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/unsubscribe_file_progress.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/upload_file.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/py.typed +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/__init__.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/author_box.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/chat_participant.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/__init__.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/attachment.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/base.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/chat_created.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/document.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/forward_message.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/photo.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/remove_participant.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/sticker.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/survey.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/text.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/video.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/input_file.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/last_message.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/message.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/parser.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/__init__.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/added_chat_participant.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/changed_participant_role.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/created_channel.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/created_favorites_chat.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/created_group_chat.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/created_personal_chat.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/edited_message.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/removed_chat.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/removed_chat_participant.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/removed_message.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/uploading_progress.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/__init__.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/add_chat_participant_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/api_error.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/auth_response_payload.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/change_participant_role_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/create_channel_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/create_favorites_chat_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/create_group_chat_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/create_p2p_chat_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/edit_message_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/edit_survey_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/forward_message_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/get_chat_by_id_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/get_chat_history_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/get_chat_participants_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/get_chats_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/get_file_info_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/get_message_by_id_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/get_user_display_name_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/has_chat_participant_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/remove_chat_participant_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/remove_chat_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/remove_message_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/send_file_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/send_message_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/send_survey_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/subscribe_file_progress_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/unsubscribe_file_progress_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/upload_file_response.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/update.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/utils/__init__.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/utils/generate_secret_for_survey.py +0 -0
- {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/utils/token.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-trueconf-bot
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.5
|
|
4
4
|
Summary: Lightweight and powerful framework for the TrueConf Server Chatbot API
|
|
5
5
|
Author-email: TrueConf LLC <info@trueconf.com>, Anton Baadzhi <baadzhianton@gmail.com>
|
|
6
6
|
License-Expression: BSD-3-Clause-Clear
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/python_trueconf_bot.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-trueconf-bot
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.5
|
|
4
4
|
Summary: Lightweight and powerful framework for the TrueConf Server Chatbot API
|
|
5
5
|
Author-email: TrueConf LLC <info@trueconf.com>, Anton Baadzhi <baadzhianton@gmail.com>
|
|
6
6
|
License-Expression: BSD-3-Clause-Clear
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '1.1.
|
|
32
|
-
__version_tuple__ = version_tuple = (1, 1,
|
|
31
|
+
__version__ = version = '1.1.5'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 1, 5)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g47e804c02'
|
|
@@ -1143,9 +1143,11 @@ class Bot:
|
|
|
1143
1143
|
pass
|
|
1144
1144
|
|
|
1145
1145
|
await self.start()
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1146
|
+
if self._connect_task:
|
|
1147
|
+
try:
|
|
1148
|
+
await self._connect_task
|
|
1149
|
+
except asyncio.CancelledError:
|
|
1150
|
+
pass
|
|
1149
1151
|
|
|
1150
1152
|
async def send_document(
|
|
1151
1153
|
self,
|
|
@@ -1373,6 +1375,9 @@ class Bot:
|
|
|
1373
1375
|
if self._connect_task and not self._connect_task.done():
|
|
1374
1376
|
return
|
|
1375
1377
|
self._stop = False
|
|
1378
|
+
self.stopped_event.clear()
|
|
1379
|
+
self.connected_event.clear()
|
|
1380
|
+
self.authorized_event.clear()
|
|
1376
1381
|
self._connect_task = asyncio.create_task(self.__connect_and_listen())
|
|
1377
1382
|
|
|
1378
1383
|
async def shutdown(self) -> None:
|
|
@@ -1410,7 +1415,6 @@ class Bot:
|
|
|
1410
1415
|
self.authorized_event.clear()
|
|
1411
1416
|
loggers.chatbot.info("🛑 ChatBot stopped")
|
|
1412
1417
|
self.stopped_event.set()
|
|
1413
|
-
# sys.exit()
|
|
1414
1418
|
|
|
1415
1419
|
async def subscribe_file_progress(
|
|
1416
1420
|
self, file_id: str
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/python_trueconf_bot.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/python_trueconf_bot.egg-info/requires.txt
RENAMED
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/python_trueconf_bot.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/client/context_controller.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/chat_participant_role.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/envelope_author_type.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/incoming_update_method.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/add_participant_to_chat.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/change_participant_role.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/create_favorites_chat.py
RENAMED
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/create_group_chat.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/get_chat_history.py
RENAMED
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/get_chat_participants.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/get_message_by_id.py
RENAMED
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/get_user_display_name.py
RENAMED
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/has_chat_participant.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/subscribe_file_progress.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/attachment.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/chat_created.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/forward_message.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/remove_participant.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/created_channel.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/edited_message.py
RENAMED
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/removed_chat.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/removed_message.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/api_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/utils/generate_secret_for_survey.py
RENAMED
|
File without changes
|
|
File without changes
|