stefano-Pyrogram 2.0.107__tar.gz → 2.0.108__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.
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/PKG-INFO +1 -1
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/errors/rpc_error.py +8 -3
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/setup.py +1 -1
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/stefano_Pyrogram.egg-info/PKG-INFO +1 -1
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/COPYING +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/COPYING.lesser +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/MANIFEST.in +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/NOTICE +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/README.md +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/api/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/api/compiler.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/api/source/auth_key.tl +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/api/source/main_api.tl +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/api/source/sys_msgs.tl +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/api/template/combinator.txt +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/api/template/type.txt +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/docs/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/docs/compiler.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/docs/template/page.txt +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/docs/template/toctree.txt +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/errors/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/errors/compiler.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/errors/sort.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/errors/source/303_SEE_OTHER.tsv +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/errors/source/400_BAD_REQUEST.tsv +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/errors/source/401_UNAUTHORIZED.tsv +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/errors/source/403_FORBIDDEN.tsv +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/errors/source/406_NOT_ACCEPTABLE.tsv +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/errors/source/420_FLOOD.tsv +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/errors/source/500_INTERNAL_SERVER_ERROR.tsv +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/errors/source/503_SERVICE_UNAVAILABLE.tsv +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/errors/template/class.txt +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/errors/template/sub_class.txt +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/client.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/connection/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/connection/connection.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/connection/transport/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/connection/transport/tcp/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/connection/transport/tcp/tcp.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/connection/transport/tcp/tcp_abridged.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/connection/transport/tcp/tcp_abridged_o.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/connection/transport/tcp/tcp_full.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/connection/transport/tcp/tcp_intermediate.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/connection/transport/tcp/tcp_intermediate_o.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/crypto/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/crypto/aes.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/crypto/mtproto.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/crypto/prime.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/crypto/rsa.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/dispatcher.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/emoji.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/enums/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/enums/auto_name.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/enums/chat_action.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/enums/chat_event_action.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/enums/chat_member_status.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/enums/chat_members_filter.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/enums/chat_type.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/enums/message_entity_type.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/enums/message_media_type.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/enums/message_service_type.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/enums/messages_filter.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/enums/next_code_type.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/enums/parse_mode.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/enums/poll_type.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/enums/sent_code_type.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/enums/user_status.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/errors/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/file_id.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/filters.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/callback_query_handler.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/chat_join_request_handler.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/chat_member_updated_handler.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/chosen_inline_result_handler.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/deleted_messages_handler.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/disconnect_handler.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/edited_message_handler.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/handler.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/inline_query_handler.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/message_handler.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/poll_handler.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/raw_update_handler.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/user_status_handler.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/advanced/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/advanced/invoke.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/advanced/resolve_peer.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/advanced/save_file.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/auth/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/auth/accept_terms_of_service.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/auth/check_password.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/auth/connect.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/auth/disconnect.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/auth/get_password_hint.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/auth/initialize.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/auth/log_out.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/auth/recover_password.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/auth/resend_code.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/auth/send_code.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/auth/send_recovery_code.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/auth/sign_in.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/auth/sign_in_bot.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/auth/sign_up.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/auth/terminate.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/answer_callback_query.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/answer_inline_query.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/answer_web_app_query.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/delete_bot_commands.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/get_bot_commands.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/get_bot_default_privileges.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/get_chat_menu_button.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/get_game_high_scores.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/get_inline_bot_results.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/request_callback_answer.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/send_game.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/send_inline_bot_result.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/set_bot_commands.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/set_bot_default_privileges.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/set_chat_menu_button.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/set_game_score.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/add_chat_members.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/archive_chats.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/ban_chat_member.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/create_channel.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/create_group.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/create_supergroup.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/delete_channel.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/delete_chat_photo.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/delete_supergroup.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/delete_user_history.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/get_chat.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/get_chat_event_log.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/get_chat_member.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/get_chat_members.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/get_chat_members_count.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/get_chat_online_count.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/get_dialogs.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/get_dialogs_count.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/get_nearby_chats.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/get_send_as_chats.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/join_chat.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/leave_chat.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/mark_chat_unread.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/pin_chat_message.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/promote_chat_member.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/restrict_chat_member.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/set_administrator_title.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/set_chat_description.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/set_chat_permissions.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/set_chat_photo.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/set_chat_protected_content.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/set_chat_title.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/set_chat_username.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/set_send_as_chat.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/set_slow_mode.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/unarchive_chats.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/unban_chat_member.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/unpin_all_chat_messages.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/unpin_chat_message.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/contacts/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/contacts/add_contact.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/contacts/delete_contacts.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/contacts/get_contacts.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/contacts/get_contacts_count.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/contacts/import_contacts.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/decorators/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/decorators/on_callback_query.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/decorators/on_chat_join_request.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/decorators/on_chat_member_updated.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/decorators/on_chosen_inline_result.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/decorators/on_deleted_messages.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/decorators/on_disconnect.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/decorators/on_edited_message.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/decorators/on_inline_query.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/decorators/on_message.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/decorators/on_poll.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/decorators/on_raw_update.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/decorators/on_user_status.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/invite_links/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/invite_links/approve_all_chat_join_requests.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/invite_links/approve_chat_join_request.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/invite_links/create_chat_invite_link.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/invite_links/decline_all_chat_join_requests.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/invite_links/decline_chat_join_request.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/invite_links/delete_chat_admin_invite_links.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/invite_links/delete_chat_invite_link.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/invite_links/edit_chat_invite_link.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/invite_links/export_chat_invite_link.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/invite_links/get_chat_admin_invite_links.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/invite_links/get_chat_admin_invite_links_count.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/invite_links/get_chat_admins_with_invite_links.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/invite_links/get_chat_invite_link.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/invite_links/get_chat_invite_link_joiners.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/invite_links/get_chat_invite_link_joiners_count.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/invite_links/get_chat_join_requests.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/invite_links/revoke_chat_invite_link.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/copy_media_group.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/copy_message.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/delete_messages.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/download_media.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/edit_inline_caption.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/edit_inline_media.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/edit_inline_reply_markup.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/edit_inline_text.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/edit_message_caption.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/edit_message_media.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/edit_message_reply_markup.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/edit_message_text.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/forward_messages.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/get_chat_history.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/get_chat_history_count.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/get_custom_emoji_stickers.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/get_discussion_message.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/get_discussion_replies.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/get_discussion_replies_count.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/get_media_group.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/get_messages.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/inline_session.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/read_chat_history.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/retract_vote.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/search_global.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/search_global_count.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/search_messages.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/search_messages_count.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/send_animation.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/send_audio.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/send_cached_media.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/send_chat_action.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/send_contact.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/send_dice.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/send_document.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/send_location.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/send_media_group.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/send_message.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/send_photo.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/send_poll.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/send_reaction.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/send_sticker.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/send_venue.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/send_video.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/send_video_note.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/send_voice.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/stop_poll.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/stream_media.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/vote_poll.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/password/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/password/change_cloud_password.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/password/enable_cloud_password.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/password/remove_cloud_password.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/users/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/users/block_user.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/users/delete_profile_photos.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/users/get_chat_photos.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/users/get_chat_photos_count.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/users/get_common_chats.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/users/get_default_emoji_statuses.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/users/get_me.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/users/get_users.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/users/set_emoji_status.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/users/set_profile_photo.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/users/set_username.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/users/unblock_user.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/users/update_profile.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/utilities/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/utilities/add_handler.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/utilities/compose.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/utilities/export_session_string.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/utilities/idle.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/utilities/remove_handler.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/utilities/restart.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/utilities/run.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/utilities/start.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/utilities/stop.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/utilities/stop_transmission.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/mime_types.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/parser/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/parser/html.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/parser/markdown.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/parser/parser.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/parser/utils.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/py.typed +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/raw/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/raw/core/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/raw/core/future_salt.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/raw/core/future_salts.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/raw/core/gzip_packed.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/raw/core/list.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/raw/core/message.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/raw/core/msg_container.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/raw/core/primitives/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/raw/core/primitives/bool.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/raw/core/primitives/bytes.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/raw/core/primitives/double.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/raw/core/primitives/int.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/raw/core/primitives/string.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/raw/core/primitives/vector.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/raw/core/tl_object.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/session/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/session/auth.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/session/internals/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/session/internals/data_center.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/session/internals/msg_factory.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/session/internals/msg_id.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/session/internals/seq_no.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/session/session.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/storage/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/storage/file_storage.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/storage/memory_storage.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/storage/sqlite_storage.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/storage/storage.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/sync.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/authorization/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/authorization/sent_code.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/authorization/terms_of_service.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/bot_command.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/bot_command_scope.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/bot_command_scope_all_chat_administrators.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/bot_command_scope_all_group_chats.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/bot_command_scope_all_private_chats.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/bot_command_scope_chat.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/bot_command_scope_chat_administrators.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/bot_command_scope_chat_member.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/bot_command_scope_default.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/callback_game.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/callback_query.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/force_reply.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/game_high_score.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/inline_keyboard_button.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/inline_keyboard_markup.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/keyboard_button.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/login_url.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/menu_button.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/menu_button_commands.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/menu_button_default.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/menu_button_web_app.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/reply_keyboard_markup.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/reply_keyboard_remove.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/sent_web_app_message.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/bots_and_keyboards/web_app_info.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/inline_mode/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/inline_mode/chosen_inline_result.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/inline_mode/inline_query.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/inline_mode/inline_query_result.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/inline_mode/inline_query_result_animation.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/inline_mode/inline_query_result_article.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/inline_mode/inline_query_result_audio.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/inline_mode/inline_query_result_cached_animation.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/inline_mode/inline_query_result_cached_audio.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/inline_mode/inline_query_result_cached_document.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/inline_mode/inline_query_result_cached_photo.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/inline_mode/inline_query_result_cached_sticker.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/inline_mode/inline_query_result_cached_video.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/inline_mode/inline_query_result_cached_voice.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/inline_mode/inline_query_result_contact.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/inline_mode/inline_query_result_document.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/inline_mode/inline_query_result_location.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/inline_mode/inline_query_result_photo.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/inline_mode/inline_query_result_venue.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/inline_mode/inline_query_result_video.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/inline_mode/inline_query_result_voice.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/input_media/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/input_media/input_media.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/input_media/input_media_animation.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/input_media/input_media_audio.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/input_media/input_media_document.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/input_media/input_media_photo.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/input_media/input_media_video.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/input_media/input_phone_contact.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/input_message_content/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/input_message_content/input_message_content.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/input_message_content/input_text_message_content.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/list.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/animation.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/audio.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/contact.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/dice.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/document.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/game.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/location.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/message.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/message_entity.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/message_reactions.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/photo.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/poll.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/poll_option.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/reaction.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/sticker.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/stripped_thumbnail.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/thumbnail.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/venue.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/video.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/video_note.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/voice.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/web_app_data.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/messages_and_media/web_page.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/object.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/update.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/chat.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/chat_admin_with_invite_links.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/chat_event.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/chat_event_filter.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/chat_invite_link.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/chat_join_request.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/chat_joiner.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/chat_member.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/chat_member_updated.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/chat_permissions.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/chat_photo.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/chat_preview.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/chat_privileges.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/chat_reactions.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/dialog.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/emoji_status.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/invite_link_importer.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/restriction.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/user.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/video_chat_ended.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/video_chat_members_invited.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/video_chat_scheduled.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/types/user_and_chats/video_chat_started.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/utils.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/requirements.txt +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/setup.cfg +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/stefano_Pyrogram.egg-info/SOURCES.txt +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/stefano_Pyrogram.egg-info/dependency_links.txt +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/stefano_Pyrogram.egg-info/not-zip-safe +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/stefano_Pyrogram.egg-info/requires.txt +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/stefano_Pyrogram.egg-info/top_level.txt +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/tests/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/tests/filters/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/tests/filters/test_command.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/tests/parser/__init__.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/tests/parser/test_html.py +0 -0
- {stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/tests/test_file_id.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: stefano-Pyrogram
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.108
|
|
4
4
|
Summary: Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
|
|
5
5
|
Home-page: https://github.com/pyrogram
|
|
6
6
|
Download-URL: https://github.com/pyrogram/pyrogram/releases/latest
|
|
@@ -52,10 +52,15 @@ class RPCError(Exception):
|
|
|
52
52
|
except (ValueError, TypeError):
|
|
53
53
|
self.value = value
|
|
54
54
|
|
|
55
|
+
#if is_unknown:
|
|
56
|
+
# with open("unknown_errors.txt", "a", encoding="utf-8") as f:
|
|
57
|
+
# f.write(f"{datetime.now()}\t{value}\t{rpc_name}\n")
|
|
55
58
|
if is_unknown:
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
+
import logging
|
|
60
|
+
logging.getLogger("pyrogram.errors").warning(
|
|
61
|
+
"Unknown RPC error: %s %s %s", datetime.now(), value, rpc_name
|
|
62
|
+
)
|
|
63
|
+
|
|
59
64
|
@staticmethod
|
|
60
65
|
def raise_it(rpc_error: "raw.types.RpcError", rpc_type: Type[TLObject]):
|
|
61
66
|
error_code = rpc_error.error_code
|
|
@@ -39,7 +39,7 @@ if len(argv) > 1 and argv[1] in ["bdist_wheel", "install", "develop"]:
|
|
|
39
39
|
|
|
40
40
|
setup(
|
|
41
41
|
name="stefano-Pyrogram",
|
|
42
|
-
version="2.0.
|
|
42
|
+
version="2.0.108",
|
|
43
43
|
description="Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots",
|
|
44
44
|
long_description=readme,
|
|
45
45
|
long_description_content_type="text/markdown",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: stefano-Pyrogram
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.108
|
|
4
4
|
Summary: Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
|
|
5
5
|
Home-page: https://github.com/pyrogram
|
|
6
6
|
Download-URL: https://github.com/pyrogram/pyrogram/releases/latest
|
|
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
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/errors/source/303_SEE_OTHER.tsv
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/errors/source/400_BAD_REQUEST.tsv
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/errors/source/401_UNAUTHORIZED.tsv
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/errors/source/403_FORBIDDEN.tsv
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/errors/source/406_NOT_ACCEPTABLE.tsv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/compiler/errors/template/sub_class.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/connection/transport/__init__.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/connection/transport/tcp/__init__.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/connection/transport/tcp/tcp.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/connection/transport/tcp/tcp_full.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
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/enums/message_service_type.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
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/callback_query_handler.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/chat_join_request_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/deleted_messages_handler.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/disconnect_handler.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/edited_message_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/inline_query_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/raw_update_handler.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/handlers/user_status_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/advanced/resolve_peer.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/advanced/save_file.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/auth/check_password.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/auth/get_password_hint.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/auth/recover_password.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/auth/send_recovery_code.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/answer_callback_query.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/answer_inline_query.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/answer_web_app_query.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/delete_bot_commands.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/get_bot_commands.py
RENAMED
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/get_chat_menu_button.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/get_game_high_scores.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/set_bot_commands.py
RENAMED
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/set_chat_menu_button.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/bots/set_game_score.py
RENAMED
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/add_chat_members.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/archive_chats.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/ban_chat_member.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/create_channel.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/create_group.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/create_supergroup.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/delete_channel.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/delete_chat_photo.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/delete_supergroup.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/delete_user_history.py
RENAMED
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/get_chat_event_log.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/get_chat_member.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/get_chat_members.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/get_dialogs_count.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/get_nearby_chats.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/get_send_as_chats.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/mark_chat_unread.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/pin_chat_message.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/promote_chat_member.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/restrict_chat_member.py
RENAMED
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/set_chat_description.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/set_chat_permissions.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/set_chat_photo.py
RENAMED
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/set_chat_title.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/set_chat_username.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/set_send_as_chat.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/set_slow_mode.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/unarchive_chats.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/unban_chat_member.py
RENAMED
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/chats/unpin_chat_message.py
RENAMED
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/contacts/add_contact.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/contacts/delete_contacts.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/contacts/get_contacts.py
RENAMED
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/contacts/import_contacts.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/decorators/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/decorators/on_disconnect.py
RENAMED
|
File without changes
|
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/decorators/on_inline_query.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/decorators/on_message.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/decorators/on_poll.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/decorators/on_raw_update.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/decorators/on_user_status.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/invite_links/__init__.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
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/copy_media_group.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/copy_message.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/delete_messages.py
RENAMED
|
File without changes
|
{stefano_pyrogram-2.0.107 → stefano_pyrogram-2.0.108}/pyrogram/methods/messages/download_media.py
RENAMED
|
File without changes
|
|
File without changes
|