WPyrogram 2.0.121__tar.gz → 2.0.123__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.
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/PKG-INFO +1 -1
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/WPyrogram.egg-info/PKG-INFO +1 -1
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/WPyrogram.egg-info/SOURCES.txt +2 -1
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/__init__.py +1 -1
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/__init__.py +2 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/__init__.py +0 -2
- WPyrogram-2.0.123/pyrogram/methods/stories/__init__.py +6 -0
- {WPyrogram-2.0.121/pyrogram/methods/messages → WPyrogram-2.0.123/pyrogram/methods/stories}/send_story.py +49 -8
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/COPYING +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/COPYING.lesser +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/MANIFEST.in +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/NOTICE +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/README.md +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/WPyrogram.egg-info/dependency_links.txt +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/WPyrogram.egg-info/not-zip-safe +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/WPyrogram.egg-info/requires.txt +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/WPyrogram.egg-info/top_level.txt +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/api/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/api/compiler.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/api/source/auth_key.tl +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/api/source/main_api.tl +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/api/source/sys_msgs.tl +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/api/template/combinator.txt +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/api/template/type.txt +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/docs/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/docs/compiler.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/docs/template/page.txt +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/docs/template/toctree.txt +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/errors/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/errors/compiler.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/errors/sort.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/errors/source/303_SEE_OTHER.tsv +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/errors/source/400_BAD_REQUEST.tsv +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/errors/source/401_UNAUTHORIZED.tsv +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/errors/source/403_FORBIDDEN.tsv +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/errors/source/406_NOT_ACCEPTABLE.tsv +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/errors/source/420_FLOOD.tsv +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/errors/source/500_INTERNAL_SERVER_ERROR.tsv +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/errors/source/503_SERVICE_UNAVAILABLE.tsv +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/errors/template/class.txt +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/errors/template/sub_class.txt +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/client.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/connection/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/connection/connection.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/connection/transport/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/connection/transport/tcp/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/connection/transport/tcp/tcp.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/connection/transport/tcp/tcp_abridged.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/connection/transport/tcp/tcp_abridged_o.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/connection/transport/tcp/tcp_full.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/connection/transport/tcp/tcp_intermediate.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/connection/transport/tcp/tcp_intermediate_o.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/crypto/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/crypto/aes.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/crypto/mtproto.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/crypto/prime.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/crypto/rsa.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/dispatcher.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/emoji.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/enums/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/enums/auto_name.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/enums/chat_action.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/enums/chat_event_action.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/enums/chat_member_status.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/enums/chat_members_filter.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/enums/chat_type.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/enums/message_entity_type.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/enums/message_media_type.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/enums/message_service_type.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/enums/messages_filter.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/enums/next_code_type.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/enums/parse_mode.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/enums/poll_type.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/enums/sent_code_type.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/enums/user_status.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/errors/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/errors/rpc_error.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/file_id.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/filters.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/handlers/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/handlers/callback_query_handler.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/handlers/chat_join_request_handler.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/handlers/chat_member_updated_handler.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/handlers/chosen_inline_result_handler.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/handlers/conversation_handler.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/handlers/deleted_messages_handler.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/handlers/disconnect_handler.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/handlers/edited_message_handler.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/handlers/handler.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/handlers/inline_query_handler.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/handlers/message_handler.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/handlers/poll_handler.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/handlers/raw_update_handler.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/handlers/user_status_handler.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/helpers/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/helpers/helpers.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/advanced/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/advanced/invoke.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/advanced/resolve_peer.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/advanced/save_file.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/auth/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/auth/accept_terms_of_service.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/auth/check_password.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/auth/connect.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/auth/disconnect.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/auth/get_password_hint.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/auth/initialize.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/auth/log_out.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/auth/recover_password.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/auth/resend_code.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/auth/send_code.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/auth/send_recovery_code.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/auth/sign_in.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/auth/sign_in_bot.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/auth/sign_up.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/auth/terminate.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/bots/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/bots/answer_callback_query.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/bots/answer_inline_query.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/bots/answer_web_app_query.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/bots/delete_bot_commands.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/bots/get_bot_commands.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/bots/get_bot_default_privileges.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/bots/get_chat_menu_button.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/bots/get_game_high_scores.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/bots/get_inline_bot_results.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/bots/request_callback_answer.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/bots/send_game.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/bots/send_inline_bot_result.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/bots/set_bot_commands.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/bots/set_bot_default_privileges.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/bots/set_chat_menu_button.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/bots/set_game_score.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/add_chat_members.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/archive_chats.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/ban_chat_member.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/create_channel.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/create_group.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/create_supergroup.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/delete_channel.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/delete_chat_photo.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/delete_supergroup.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/delete_user_history.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/get_chat.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/get_chat_event_log.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/get_chat_member.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/get_chat_members.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/get_chat_members_count.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/get_chat_online_count.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/get_dialogs.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/get_dialogs_count.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/get_nearby_chats.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/get_send_as_chats.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/join_chat.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/leave_chat.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/mark_chat_unread.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/pin_chat_message.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/promote_chat_member.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/restrict_chat_member.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/set_administrator_title.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/set_chat_description.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/set_chat_permissions.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/set_chat_photo.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/set_chat_protected_content.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/set_chat_title.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/set_chat_username.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/set_send_as_chat.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/set_slow_mode.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/unarchive_chats.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/unban_chat_member.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/unpin_all_chat_messages.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/unpin_chat_message.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/contacts/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/contacts/add_contact.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/contacts/delete_contacts.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/contacts/get_contacts.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/contacts/get_contacts_count.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/contacts/import_contacts.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/decorators/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/decorators/on_callback_query.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/decorators/on_chat_join_request.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/decorators/on_chat_member_updated.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/decorators/on_chosen_inline_result.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/decorators/on_deleted_messages.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/decorators/on_disconnect.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/decorators/on_edited_message.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/decorators/on_inline_query.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/decorators/on_message.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/decorators/on_poll.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/decorators/on_raw_update.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/decorators/on_user_status.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/invite_links/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/invite_links/approve_all_chat_join_requests.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/invite_links/approve_chat_join_request.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/invite_links/create_chat_invite_link.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/invite_links/decline_all_chat_join_requests.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/invite_links/decline_chat_join_request.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/invite_links/delete_chat_admin_invite_links.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/invite_links/delete_chat_invite_link.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/invite_links/edit_chat_invite_link.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/invite_links/export_chat_invite_link.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/invite_links/get_chat_admin_invite_links.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/invite_links/get_chat_admin_invite_links_count.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/invite_links/get_chat_admins_with_invite_links.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/invite_links/get_chat_invite_link.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/invite_links/get_chat_invite_link_joiners.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/invite_links/get_chat_invite_link_joiners_count.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/invite_links/get_chat_join_requests.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/invite_links/revoke_chat_invite_link.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/copy_media_group.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/copy_message.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/delete_messages.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/download_media.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/edit_inline_caption.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/edit_inline_media.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/edit_inline_reply_markup.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/edit_inline_text.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/edit_message_caption.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/edit_message_media.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/edit_message_reply_markup.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/edit_message_text.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/forward_messages.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/get_chat_history.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/get_chat_history_count.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/get_custom_emoji_stickers.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/get_discussion_message.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/get_discussion_replies.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/get_discussion_replies_count.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/get_media_group.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/get_messages.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/inline_session.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/read_chat_history.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/retract_vote.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/search_global.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/search_global_count.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/search_messages.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/search_messages_count.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/send_animation.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/send_audio.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/send_cached_media.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/send_chat_action.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/send_contact.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/send_dice.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/send_document.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/send_location.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/send_media_group.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/send_message.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/send_photo.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/send_poll.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/send_reaction.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/send_sticker.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/send_venue.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/send_video.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/send_video_note.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/send_voice.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/stop_poll.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/stream_media.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/vote_poll.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/wait_for_callback_query.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/messages/wait_for_message.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/password/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/password/change_cloud_password.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/password/enable_cloud_password.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/password/remove_cloud_password.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/users/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/users/block_user.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/users/delete_profile_photos.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/users/get_chat_photos.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/users/get_chat_photos_count.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/users/get_common_chats.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/users/get_default_emoji_statuses.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/users/get_me.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/users/get_users.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/users/set_emoji_status.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/users/set_profile_photo.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/users/set_username.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/users/unblock_user.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/users/update_profile.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/utilities/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/utilities/add_handler.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/utilities/compose.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/utilities/export_session_string.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/utilities/idle.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/utilities/remove_handler.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/utilities/restart.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/utilities/run.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/utilities/start.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/utilities/stop.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/utilities/stop_transmission.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/mime_types.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/nav/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/nav/pagination.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/parser/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/parser/html.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/parser/markdown.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/parser/parser.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/parser/utils.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/py.typed +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/raw/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/raw/core/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/raw/core/future_salt.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/raw/core/future_salts.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/raw/core/gzip_packed.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/raw/core/list.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/raw/core/message.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/raw/core/msg_container.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/raw/core/primitives/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/raw/core/primitives/bool.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/raw/core/primitives/bytes.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/raw/core/primitives/double.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/raw/core/primitives/int.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/raw/core/primitives/string.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/raw/core/primitives/vector.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/raw/core/tl_object.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/session/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/session/auth.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/session/internals/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/session/internals/data_center.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/session/internals/msg_factory.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/session/internals/msg_id.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/session/internals/seq_no.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/session/session.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/storage/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/storage/file_storage.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/storage/memory_storage.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/storage/sqlite_storage.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/storage/storage.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/sync.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/authorization/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/authorization/sent_code.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/authorization/terms_of_service.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/bot_command.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/bot_command_scope.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/bot_command_scope_all_chat_administrators.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/bot_command_scope_all_group_chats.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/bot_command_scope_all_private_chats.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/bot_command_scope_chat.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/bot_command_scope_chat_administrators.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/bot_command_scope_chat_member.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/bot_command_scope_default.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/callback_game.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/callback_query.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/force_reply.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/game_high_score.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/inline_keyboard_button.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/inline_keyboard_markup.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/keyboard_button.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/login_url.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/menu_button.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/menu_button_commands.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/menu_button_default.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/menu_button_web_app.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/reply_keyboard_markup.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/reply_keyboard_remove.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/sent_web_app_message.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/bots_and_keyboards/web_app_info.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/inline_mode/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/inline_mode/chosen_inline_result.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/inline_mode/inline_query.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/inline_mode/inline_query_result.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/inline_mode/inline_query_result_animation.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/inline_mode/inline_query_result_article.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/inline_mode/inline_query_result_audio.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/inline_mode/inline_query_result_cached_animation.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/inline_mode/inline_query_result_cached_audio.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/inline_mode/inline_query_result_cached_document.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/inline_mode/inline_query_result_cached_photo.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/inline_mode/inline_query_result_cached_sticker.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/inline_mode/inline_query_result_cached_video.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/inline_mode/inline_query_result_cached_voice.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/inline_mode/inline_query_result_contact.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/inline_mode/inline_query_result_document.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/inline_mode/inline_query_result_location.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/inline_mode/inline_query_result_photo.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/inline_mode/inline_query_result_venue.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/inline_mode/inline_query_result_video.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/inline_mode/inline_query_result_voice.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/input_media/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/input_media/input_media.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/input_media/input_media_animation.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/input_media/input_media_audio.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/input_media/input_media_document.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/input_media/input_media_photo.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/input_media/input_media_video.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/input_media/input_phone_contact.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/input_message_content/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/input_message_content/input_message_content.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/input_message_content/input_text_message_content.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/list.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/animation.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/audio.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/contact.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/dice.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/document.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/game.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/location.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/message.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/message_entity.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/message_reactions.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/photo.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/poll.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/poll_option.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/reaction.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/sticker.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/stripped_thumbnail.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/thumbnail.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/venue.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/video.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/video_note.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/voice.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/web_app_data.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/messages_and_media/web_page.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/object.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/pyromod.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/update.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/chat.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/chat_admin_with_invite_links.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/chat_event.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/chat_event_filter.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/chat_invite_link.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/chat_join_request.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/chat_joiner.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/chat_member.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/chat_member_updated.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/chat_permissions.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/chat_photo.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/chat_preview.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/chat_privileges.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/chat_reactions.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/dialog.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/emoji_status.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/invite_link_importer.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/restriction.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/user.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/video_chat_ended.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/video_chat_members_invited.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/video_chat_scheduled.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/types/user_and_chats/video_chat_started.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/utils.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/requirements.txt +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/setup.cfg +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/setup.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/tests/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/tests/filters/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/tests/filters/test_command.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/tests/parser/__init__.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/tests/parser/test_html.py +0 -0
- {WPyrogram-2.0.121 → WPyrogram-2.0.123}/tests/test_file_id.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: WPyrogram
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.123
|
|
4
4
|
Summary: Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots - Amano's experimental fork
|
|
5
5
|
Home-page: https://github.com/ALiwoto/WPyrogram
|
|
6
6
|
Download-URL: https://github.com/AmanoTeam/pyrogram
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: WPyrogram
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.123
|
|
4
4
|
Summary: Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots - Amano's experimental fork
|
|
5
5
|
Home-page: https://github.com/ALiwoto/WPyrogram
|
|
6
6
|
Download-URL: https://github.com/AmanoTeam/pyrogram
|
|
@@ -254,7 +254,6 @@ pyrogram/methods/messages/send_photo.py
|
|
|
254
254
|
pyrogram/methods/messages/send_poll.py
|
|
255
255
|
pyrogram/methods/messages/send_reaction.py
|
|
256
256
|
pyrogram/methods/messages/send_sticker.py
|
|
257
|
-
pyrogram/methods/messages/send_story.py
|
|
258
257
|
pyrogram/methods/messages/send_venue.py
|
|
259
258
|
pyrogram/methods/messages/send_video.py
|
|
260
259
|
pyrogram/methods/messages/send_video_note.py
|
|
@@ -268,6 +267,8 @@ pyrogram/methods/password/__init__.py
|
|
|
268
267
|
pyrogram/methods/password/change_cloud_password.py
|
|
269
268
|
pyrogram/methods/password/enable_cloud_password.py
|
|
270
269
|
pyrogram/methods/password/remove_cloud_password.py
|
|
270
|
+
pyrogram/methods/stories/__init__.py
|
|
271
|
+
pyrogram/methods/stories/send_story.py
|
|
271
272
|
pyrogram/methods/users/__init__.py
|
|
272
273
|
pyrogram/methods/users/block_user.py
|
|
273
274
|
pyrogram/methods/users/delete_profile_photos.py
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
# You should have received a copy of the GNU Lesser General Public License
|
|
17
17
|
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>
|
|
18
18
|
|
|
19
|
-
__version__ = "2.0.
|
|
19
|
+
__version__ = "2.0.123"
|
|
20
20
|
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
|
|
21
21
|
__copyright__ = "Copyright (C) 2017-present Dan <https://github.com/delivrance>"
|
|
22
22
|
|
|
@@ -25,6 +25,7 @@ from .decorators import Decorators
|
|
|
25
25
|
from .invite_links import InviteLinks
|
|
26
26
|
from .messages import Messages
|
|
27
27
|
from .password import Password
|
|
28
|
+
from .stories import Stories
|
|
28
29
|
from .users import Users
|
|
29
30
|
from .utilities import Utilities
|
|
30
31
|
|
|
@@ -35,6 +36,7 @@ class Methods(
|
|
|
35
36
|
Bots,
|
|
36
37
|
Contacts,
|
|
37
38
|
Password,
|
|
39
|
+
Stories,
|
|
38
40
|
Chats,
|
|
39
41
|
Users,
|
|
40
42
|
Messages,
|
|
@@ -57,7 +57,6 @@ from .send_photo import SendPhoto
|
|
|
57
57
|
from .send_poll import SendPoll
|
|
58
58
|
from .send_reaction import SendReaction
|
|
59
59
|
from .send_sticker import SendSticker
|
|
60
|
-
from .send_story import SendStory
|
|
61
60
|
from .send_venue import SendVenue
|
|
62
61
|
from .send_video import SendVideo
|
|
63
62
|
from .send_video_note import SendVideoNote
|
|
@@ -88,7 +87,6 @@ class Messages(
|
|
|
88
87
|
SendMessage,
|
|
89
88
|
SendPhoto,
|
|
90
89
|
SendSticker,
|
|
91
|
-
SendStory,
|
|
92
90
|
SendVenue,
|
|
93
91
|
SendVideo,
|
|
94
92
|
SendVideoNote,
|
|
@@ -34,11 +34,13 @@ class SendStory:
|
|
|
34
34
|
async def send_story(
|
|
35
35
|
self: "pyrogram.Client",
|
|
36
36
|
story: Union[str, BinaryIO],
|
|
37
|
+
chat_id: Union[int, str] = "me",
|
|
37
38
|
caption: str = "",
|
|
38
39
|
parse_mode: Optional["enums.ParseMode"] = None,
|
|
39
40
|
caption_entities: List["types.MessageEntity"] = None,
|
|
41
|
+
media_area: List["raw.base.MediaArea"] = None,
|
|
40
42
|
has_spoiler: bool = None,
|
|
41
|
-
pinned: bool =
|
|
43
|
+
pinned: bool = True,
|
|
42
44
|
ttl_seconds: int = None,
|
|
43
45
|
period: int = None,
|
|
44
46
|
duration: int = 0,
|
|
@@ -48,12 +50,13 @@ class SendStory:
|
|
|
48
50
|
file_name: str = None,
|
|
49
51
|
supports_streaming: bool = True,
|
|
50
52
|
protect_content: bool = None,
|
|
53
|
+
privacy_rules: Optional[List["raw.base.InputPrivacyRule"]] = None,
|
|
51
54
|
progress: Callable = None,
|
|
52
55
|
progress_args: tuple = ()
|
|
53
56
|
) -> Optional["types.Message"]:
|
|
54
|
-
"""
|
|
57
|
+
"""Upload a story on a user profile or channel.
|
|
55
58
|
|
|
56
|
-
.. include:: /_includes/usable-by/users
|
|
59
|
+
.. include:: /_includes/usable-by/users.rst
|
|
57
60
|
|
|
58
61
|
Parameters:
|
|
59
62
|
chat_id (``int`` | ``str``):
|
|
@@ -61,8 +64,8 @@ class SendStory:
|
|
|
61
64
|
For your personal cloud (Saved Messages) you can simply use "me" or "self".
|
|
62
65
|
For a contact that exists in your Telegram address book you can use his phone number (str).
|
|
63
66
|
|
|
64
|
-
|
|
65
|
-
|
|
67
|
+
story (``str`` | ``BinaryIO``):
|
|
68
|
+
story to send.
|
|
66
69
|
Pass a file_id as string to send a video that exists on the Telegram servers,
|
|
67
70
|
pass an HTTP URL as a string for Telegram to get a video from the Internet,
|
|
68
71
|
pass a file path as string to upload a new video that exists on your local machine, or
|
|
@@ -224,17 +227,55 @@ class SendStory:
|
|
|
224
227
|
]
|
|
225
228
|
)
|
|
226
229
|
|
|
230
|
+
if not privacy_rules:
|
|
231
|
+
privacy_rules = [raw.types.InputPrivacyValueAllowCloseFriends()]
|
|
232
|
+
elif isinstance(privacy_rules, str):
|
|
233
|
+
# try to parse it from str
|
|
234
|
+
privacy_rules = privacy_rules.lower().replace("-", "")
|
|
235
|
+
if privacy_rules == "closefriends" or privacy_rules == "friends":
|
|
236
|
+
privacy_rules = [raw.types.InputPrivacyValueAllowCloseFriends()]
|
|
237
|
+
elif privacy_rules == "contacts":
|
|
238
|
+
privacy_rules = [raw.types.InputPrivacyValueAllowContacts()]
|
|
239
|
+
elif privacy_rules == "all":
|
|
240
|
+
privacy_rules = [raw.types.InputPrivacyValueAllowAll()]
|
|
241
|
+
else:
|
|
242
|
+
raise Exception(f"Invalid str value specified for privacy_rules: {privacy_rules}")
|
|
243
|
+
elif isinstance(privacy_rules, list):
|
|
244
|
+
# a list of input users
|
|
245
|
+
all_allowed_users = []
|
|
246
|
+
all_disallowed_users = []
|
|
247
|
+
correct_privacy_rules = []
|
|
248
|
+
for current_privacy_rule in privacy_rules:
|
|
249
|
+
is_disallowed = isinstance(current_privacy_rule, str) and current_privacy_rule.startswith('!')
|
|
250
|
+
if is_disallowed:
|
|
251
|
+
current_privacy_rule = current_privacy_rule[1:]
|
|
252
|
+
|
|
253
|
+
current_peer = await self.resolve_peer(current_privacy_rule)
|
|
254
|
+
if not isinstance(current_peer, pyrogram.raw.base.InputUser):
|
|
255
|
+
# yeah well... telegram is gonna return us error anyway...
|
|
256
|
+
continue
|
|
257
|
+
|
|
258
|
+
if is_disallowed: all_disallowed_users.append(current_peer)
|
|
259
|
+
else: all_allowed_users.append(current_peer)
|
|
260
|
+
|
|
261
|
+
if all_allowed_users:
|
|
262
|
+
correct_privacy_rules.append(all_allowed_users)
|
|
263
|
+
if all_disallowed_users:
|
|
264
|
+
correct_privacy_rules.append(all_disallowed_users)
|
|
265
|
+
|
|
266
|
+
privacy_rules = correct_privacy_rules
|
|
267
|
+
|
|
227
268
|
while True:
|
|
228
269
|
try:
|
|
229
270
|
r = await self.invoke(
|
|
230
271
|
raw.functions.stories.send_story.SendStory(
|
|
231
|
-
peer=await self.resolve_peer(
|
|
272
|
+
peer=await self.resolve_peer(chat_id),
|
|
232
273
|
media=media,
|
|
233
|
-
privacy_rules=
|
|
274
|
+
privacy_rules=privacy_rules,
|
|
234
275
|
random_id=self.rnd_id(),
|
|
235
276
|
pinned=pinned,
|
|
236
277
|
noforwards=protect_content,
|
|
237
|
-
media_areas=
|
|
278
|
+
media_areas=media_area,
|
|
238
279
|
period=period,
|
|
239
280
|
**await utils.parse_caption_entities(self, caption, parse_mode, caption_entities)
|
|
240
281
|
)
|
|
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
|
{WPyrogram-2.0.121 → WPyrogram-2.0.123}/compiler/errors/source/500_INTERNAL_SERVER_ERROR.tsv
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
|
{WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/connection/transport/tcp/tcp_intermediate.py
RENAMED
|
File without changes
|
{WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/connection/transport/tcp/tcp_intermediate_o.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
|
|
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
|
|
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
|
{WPyrogram-2.0.121 → WPyrogram-2.0.123}/pyrogram/methods/chats/set_chat_protected_content.py
RENAMED
|
File without changes
|
|
File without changes
|