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.
Files changed (186) hide show
  1. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/PKG-INFO +1 -1
  2. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/python_trueconf_bot.egg-info/PKG-INFO +1 -1
  3. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/_version.py +3 -3
  4. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/client/bot.py +8 -4
  5. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/.github/workflows/docs.yml +0 -0
  6. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/.github/workflows/release-test.yml +0 -0
  7. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/.github/workflows/release.yml +0 -0
  8. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/.gitignore +0 -0
  9. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/LICENSE +0 -0
  10. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/README-PyPI.md +0 -0
  11. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/README-ru.md +0 -0
  12. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/README.md +0 -0
  13. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/assets/head_en.png +0 -0
  14. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/assets/head_ru.png +0 -0
  15. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/assets/logo.svg +0 -0
  16. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/examples/echo_bot.md +0 -0
  17. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/examples/multibot.md +0 -0
  18. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/features.md +0 -0
  19. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/img/head.png +0 -0
  20. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/index.md +0 -0
  21. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/learn/enums.md +0 -0
  22. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/learn/files.md +0 -0
  23. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/learn/filters.md +0 -0
  24. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/learn/getting-started.md +0 -0
  25. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/learn/parse-messages.md +0 -0
  26. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/learn/types.md +0 -0
  27. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/reference/Bot.md +0 -0
  28. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/reference/Dispatcher.md +0 -0
  29. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/reference/Enums.md +0 -0
  30. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/reference/Router.md +0 -0
  31. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/reference/Types.md +0 -0
  32. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/reference/index.md +0 -0
  33. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/en/release_notes.md +0 -0
  34. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/img/chatbot.svg +0 -0
  35. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/img/favicon.ico +0 -0
  36. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/img/logo.svg +0 -0
  37. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/overrides/main.html +0 -0
  38. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/examples/echo_bot.md +0 -0
  39. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/examples/multibot.md +0 -0
  40. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/features.md +0 -0
  41. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/img/head.png +0 -0
  42. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/img/router_scheme_ru.svg +0 -0
  43. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/index.md +0 -0
  44. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/learn/enums.md +0 -0
  45. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/learn/files.md +0 -0
  46. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/learn/filters.md +0 -0
  47. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/learn/getting-started.md +0 -0
  48. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/learn/parse-messages.md +0 -0
  49. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/learn/types.md +0 -0
  50. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/ru/release_notes.md +0 -0
  51. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/docs/stylesheets/extra.css +0 -0
  52. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/examples/README-ru.md +0 -0
  53. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/examples/README.md +0 -0
  54. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/examples/filters.py +0 -0
  55. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/examples/report_bot.py +0 -0
  56. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/examples/update_token.py +0 -0
  57. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/examples/webhook.py +0 -0
  58. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/mkdocs.yml +0 -0
  59. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/pyproject.toml +0 -0
  60. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/python_trueconf_bot.egg-info/SOURCES.txt +0 -0
  61. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/python_trueconf_bot.egg-info/dependency_links.txt +0 -0
  62. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/python_trueconf_bot.egg-info/requires.txt +0 -0
  63. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/python_trueconf_bot.egg-info/top_level.txt +0 -0
  64. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/requirements-docs.txt +0 -0
  65. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/requirements.txt +0 -0
  66. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/setup.cfg +0 -0
  67. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/__init__.py +0 -0
  68. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/client/__init__.py +0 -0
  69. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/client/context_controller.py +0 -0
  70. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/client/session.py +0 -0
  71. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/dispatcher/__init__.py +0 -0
  72. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/dispatcher/dispatcher.py +0 -0
  73. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/dispatcher/router.py +0 -0
  74. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/__init__.py +0 -0
  75. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/aouth_error.py +0 -0
  76. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/chat_participant_role.py +0 -0
  77. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/chat_type.py +0 -0
  78. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/envelope_author_type.py +0 -0
  79. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/file_ready_state.py +0 -0
  80. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/incoming_update_method.py +0 -0
  81. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/message_type.py +0 -0
  82. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/parse_mode.py +0 -0
  83. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/survey_type.py +0 -0
  84. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/enums/update_type.py +0 -0
  85. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/exceptions.py +0 -0
  86. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/filters/__init__.py +0 -0
  87. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/filters/base.py +0 -0
  88. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/filters/command.py +0 -0
  89. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/filters/instance_of.py +0 -0
  90. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/filters/message.py +0 -0
  91. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/filters/method.py +0 -0
  92. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/loggers.py +0 -0
  93. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/__init__.py +0 -0
  94. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/add_participant_to_chat.py +0 -0
  95. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/auth.py +0 -0
  96. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/base.py +0 -0
  97. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/change_participant_role.py +0 -0
  98. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/create_channel.py +0 -0
  99. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/create_favorites_chat.py +0 -0
  100. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/create_group_chat.py +0 -0
  101. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/create_p2p_chat.py +0 -0
  102. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/edit_message.py +0 -0
  103. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/edit_survey.py +0 -0
  104. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/forward_message.py +0 -0
  105. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/get_chat_by_id.py +0 -0
  106. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/get_chat_history.py +0 -0
  107. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/get_chat_participants.py +0 -0
  108. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/get_chats.py +0 -0
  109. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/get_file_info.py +0 -0
  110. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/get_message_by_id.py +0 -0
  111. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/get_user_display_name.py +0 -0
  112. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/has_chat_participant.py +0 -0
  113. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/remove_chat.py +0 -0
  114. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/remove_message.py +0 -0
  115. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/remove_participant_from_chat.py +0 -0
  116. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/send_file.py +0 -0
  117. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/send_message.py +0 -0
  118. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/send_survey.py +0 -0
  119. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/subscribe_file_progress.py +0 -0
  120. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/unsubscribe_file_progress.py +0 -0
  121. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/methods/upload_file.py +0 -0
  122. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/py.typed +0 -0
  123. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/__init__.py +0 -0
  124. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/author_box.py +0 -0
  125. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/chat_participant.py +0 -0
  126. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/__init__.py +0 -0
  127. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/attachment.py +0 -0
  128. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/base.py +0 -0
  129. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/chat_created.py +0 -0
  130. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/document.py +0 -0
  131. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/forward_message.py +0 -0
  132. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/photo.py +0 -0
  133. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/remove_participant.py +0 -0
  134. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/sticker.py +0 -0
  135. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/survey.py +0 -0
  136. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/text.py +0 -0
  137. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/content/video.py +0 -0
  138. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/input_file.py +0 -0
  139. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/last_message.py +0 -0
  140. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/message.py +0 -0
  141. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/parser.py +0 -0
  142. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/__init__.py +0 -0
  143. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/added_chat_participant.py +0 -0
  144. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/changed_participant_role.py +0 -0
  145. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/created_channel.py +0 -0
  146. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/created_favorites_chat.py +0 -0
  147. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/created_group_chat.py +0 -0
  148. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/created_personal_chat.py +0 -0
  149. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/edited_message.py +0 -0
  150. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/removed_chat.py +0 -0
  151. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/removed_chat_participant.py +0 -0
  152. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/removed_message.py +0 -0
  153. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/requests/uploading_progress.py +0 -0
  154. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/__init__.py +0 -0
  155. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/add_chat_participant_response.py +0 -0
  156. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/api_error.py +0 -0
  157. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/auth_response_payload.py +0 -0
  158. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/change_participant_role_response.py +0 -0
  159. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/create_channel_response.py +0 -0
  160. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/create_favorites_chat_response.py +0 -0
  161. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/create_group_chat_response.py +0 -0
  162. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/create_p2p_chat_response.py +0 -0
  163. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/edit_message_response.py +0 -0
  164. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/edit_survey_response.py +0 -0
  165. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/forward_message_response.py +0 -0
  166. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/get_chat_by_id_response.py +0 -0
  167. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/get_chat_history_response.py +0 -0
  168. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/get_chat_participants_response.py +0 -0
  169. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/get_chats_response.py +0 -0
  170. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/get_file_info_response.py +0 -0
  171. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/get_message_by_id_response.py +0 -0
  172. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/get_user_display_name_response.py +0 -0
  173. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/has_chat_participant_response.py +0 -0
  174. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/remove_chat_participant_response.py +0 -0
  175. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/remove_chat_response.py +0 -0
  176. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/remove_message_response.py +0 -0
  177. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/send_file_response.py +0 -0
  178. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/send_message_response.py +0 -0
  179. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/send_survey_response.py +0 -0
  180. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/subscribe_file_progress_response.py +0 -0
  181. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/unsubscribe_file_progress_response.py +0 -0
  182. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/responses/upload_file_response.py +0 -0
  183. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/types/update.py +0 -0
  184. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/utils/__init__.py +0 -0
  185. {python_trueconf_bot-1.1.4 → python_trueconf_bot-1.1.5}/trueconf/utils/generate_secret_for_survey.py +0 -0
  186. {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.4
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-trueconf-bot
3
- Version: 1.1.4
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.4'
32
- __version_tuple__ = version_tuple = (1, 1, 4)
31
+ __version__ = version = '1.1.5'
32
+ __version_tuple__ = version_tuple = (1, 1, 5)
33
33
 
34
- __commit_id__ = commit_id = 'ga315deca1'
34
+ __commit_id__ = commit_id = 'g47e804c02'
@@ -1143,9 +1143,11 @@ class Bot:
1143
1143
  pass
1144
1144
 
1145
1145
  await self.start()
1146
- await self.connected_event.wait()
1147
- await self.authorized_event.wait()
1148
- await self.stopped_event.wait()
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