diff --git a/NOTICE b/NOTICE index 58defc64..7a9aaab6 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Pyrogram - Telegram MTProto API Client Library for Python -Copyright (C) 2017-2021 Dan +Copyright (C) 2017-present Dan This file is part of Pyrogram. diff --git a/compiler/__init__.py b/compiler/__init__.py index 4ad4f32b..46887cb7 100644 --- a/compiler/__init__.py +++ b/compiler/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/compiler/api/__init__.py b/compiler/api/__init__.py index 4ad4f32b..46887cb7 100644 --- a/compiler/api/__init__.py +++ b/compiler/api/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/compiler/api/compiler.py b/compiler/api/compiler.py index d79fc801..192d6a67 100644 --- a/compiler/api/compiler.py +++ b/compiler/api/compiler.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/compiler/docs/__init__.py b/compiler/docs/__init__.py index 4ad4f32b..46887cb7 100644 --- a/compiler/docs/__init__.py +++ b/compiler/docs/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/compiler/docs/compiler.py b/compiler/docs/compiler.py index 65f67436..cb4de0a6 100644 --- a/compiler/docs/compiler.py +++ b/compiler/docs/compiler.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/compiler/errors/__init__.py b/compiler/errors/__init__.py index 4ad4f32b..46887cb7 100644 --- a/compiler/errors/__init__.py +++ b/compiler/errors/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/compiler/errors/compiler.py b/compiler/errors/compiler.py index feda9231..d2c10104 100644 --- a/compiler/errors/compiler.py +++ b/compiler/errors/compiler.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/compiler/errors/sort.py b/compiler/errors/sort.py index 69fc0437..db94e351 100644 --- a/compiler/errors/sort.py +++ b/compiler/errors/sort.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/docs/source/conf.py b/docs/source/conf.py index ae84c5b8..53ac9012 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/__init__.py b/pyrogram/__init__.py index c0c7b219..96ddb664 100644 --- a/pyrogram/__init__.py +++ b/pyrogram/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # @@ -18,7 +18,7 @@ __version__ = "1.2.9" __license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)" -__copyright__ = "Copyright (C) 2017-2021 Dan " +__copyright__ = "Copyright (C) 2017-present Dan " from concurrent.futures.thread import ThreadPoolExecutor diff --git a/pyrogram/client.py b/pyrogram/client.py index 65514cf6..ce76920f 100644 --- a/pyrogram/client.py +++ b/pyrogram/client.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/connection/__init__.py b/pyrogram/connection/__init__.py index 4b63340e..4665ce91 100644 --- a/pyrogram/connection/__init__.py +++ b/pyrogram/connection/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/connection/connection.py b/pyrogram/connection/connection.py index 3ab52d71..2173c70b 100644 --- a/pyrogram/connection/connection.py +++ b/pyrogram/connection/connection.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/connection/transport/__init__.py b/pyrogram/connection/transport/__init__.py index b856583c..2d08832a 100644 --- a/pyrogram/connection/transport/__init__.py +++ b/pyrogram/connection/transport/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/connection/transport/tcp/__init__.py b/pyrogram/connection/transport/tcp/__init__.py index 6a5456de..3e23a883 100644 --- a/pyrogram/connection/transport/tcp/__init__.py +++ b/pyrogram/connection/transport/tcp/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/connection/transport/tcp/tcp.py b/pyrogram/connection/transport/tcp/tcp.py index 6c3e7603..0b858c02 100644 --- a/pyrogram/connection/transport/tcp/tcp.py +++ b/pyrogram/connection/transport/tcp/tcp.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/connection/transport/tcp/tcp_abridged.py b/pyrogram/connection/transport/tcp/tcp_abridged.py index 0282e668..77d44cf4 100644 --- a/pyrogram/connection/transport/tcp/tcp_abridged.py +++ b/pyrogram/connection/transport/tcp/tcp_abridged.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/connection/transport/tcp/tcp_abridged_o.py b/pyrogram/connection/transport/tcp/tcp_abridged_o.py index 9db148bf..12a832f6 100644 --- a/pyrogram/connection/transport/tcp/tcp_abridged_o.py +++ b/pyrogram/connection/transport/tcp/tcp_abridged_o.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/connection/transport/tcp/tcp_full.py b/pyrogram/connection/transport/tcp/tcp_full.py index 8c80f454..8bd89000 100644 --- a/pyrogram/connection/transport/tcp/tcp_full.py +++ b/pyrogram/connection/transport/tcp/tcp_full.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/connection/transport/tcp/tcp_intermediate.py b/pyrogram/connection/transport/tcp/tcp_intermediate.py index 6b18ab15..b6aef335 100644 --- a/pyrogram/connection/transport/tcp/tcp_intermediate.py +++ b/pyrogram/connection/transport/tcp/tcp_intermediate.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/connection/transport/tcp/tcp_intermediate_o.py b/pyrogram/connection/transport/tcp/tcp_intermediate_o.py index c257fdd5..5b267661 100644 --- a/pyrogram/connection/transport/tcp/tcp_intermediate_o.py +++ b/pyrogram/connection/transport/tcp/tcp_intermediate_o.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/crypto/__init__.py b/pyrogram/crypto/__init__.py index 4ad4f32b..46887cb7 100644 --- a/pyrogram/crypto/__init__.py +++ b/pyrogram/crypto/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/crypto/aes.py b/pyrogram/crypto/aes.py index 05aca1c0..532cd5e8 100644 --- a/pyrogram/crypto/aes.py +++ b/pyrogram/crypto/aes.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/crypto/prime.py b/pyrogram/crypto/prime.py index 82d1df75..e919e22c 100644 --- a/pyrogram/crypto/prime.py +++ b/pyrogram/crypto/prime.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/crypto/rsa.py b/pyrogram/crypto/rsa.py index 8804f87a..3fd7d67b 100644 --- a/pyrogram/crypto/rsa.py +++ b/pyrogram/crypto/rsa.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/dispatcher.py b/pyrogram/dispatcher.py index ccd8b9da..0c425f4d 100644 --- a/pyrogram/dispatcher.py +++ b/pyrogram/dispatcher.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/emoji.py b/pyrogram/emoji.py index 69e44fa5..19dd7e81 100644 --- a/pyrogram/emoji.py +++ b/pyrogram/emoji.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/errors/__init__.py b/pyrogram/errors/__init__.py index c92f24b1..0ae39362 100644 --- a/pyrogram/errors/__init__.py +++ b/pyrogram/errors/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/errors/rpc_error.py b/pyrogram/errors/rpc_error.py index a9fd6655..444447f2 100644 --- a/pyrogram/errors/rpc_error.py +++ b/pyrogram/errors/rpc_error.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/file_id.py b/pyrogram/file_id.py index ef1319ec..ee1ccc4a 100644 --- a/pyrogram/file_id.py +++ b/pyrogram/file_id.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/filters.py b/pyrogram/filters.py index e583e063..46ca896f 100644 --- a/pyrogram/filters.py +++ b/pyrogram/filters.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/handlers/__init__.py b/pyrogram/handlers/__init__.py index 1312c6e5..2b7ef0a2 100644 --- a/pyrogram/handlers/__init__.py +++ b/pyrogram/handlers/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/handlers/callback_query_handler.py b/pyrogram/handlers/callback_query_handler.py index e28e7216..b582d728 100644 --- a/pyrogram/handlers/callback_query_handler.py +++ b/pyrogram/handlers/callback_query_handler.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/handlers/chat_join_request_handler.py b/pyrogram/handlers/chat_join_request_handler.py index f26abefc..03e2ac67 100644 --- a/pyrogram/handlers/chat_join_request_handler.py +++ b/pyrogram/handlers/chat_join_request_handler.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/handlers/chat_member_updated_handler.py b/pyrogram/handlers/chat_member_updated_handler.py index d03eae11..8cfdd726 100644 --- a/pyrogram/handlers/chat_member_updated_handler.py +++ b/pyrogram/handlers/chat_member_updated_handler.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/handlers/chosen_inline_result_handler.py b/pyrogram/handlers/chosen_inline_result_handler.py index 42b5bb79..81691a35 100644 --- a/pyrogram/handlers/chosen_inline_result_handler.py +++ b/pyrogram/handlers/chosen_inline_result_handler.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/handlers/deleted_messages_handler.py b/pyrogram/handlers/deleted_messages_handler.py index e41158f9..a336c650 100644 --- a/pyrogram/handlers/deleted_messages_handler.py +++ b/pyrogram/handlers/deleted_messages_handler.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/handlers/disconnect_handler.py b/pyrogram/handlers/disconnect_handler.py index 2302db58..c471e8c7 100644 --- a/pyrogram/handlers/disconnect_handler.py +++ b/pyrogram/handlers/disconnect_handler.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/handlers/handler.py b/pyrogram/handlers/handler.py index 78786ab7..c666d042 100644 --- a/pyrogram/handlers/handler.py +++ b/pyrogram/handlers/handler.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/handlers/inline_query_handler.py b/pyrogram/handlers/inline_query_handler.py index 31f085b3..0ce58d17 100644 --- a/pyrogram/handlers/inline_query_handler.py +++ b/pyrogram/handlers/inline_query_handler.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/handlers/message_handler.py b/pyrogram/handlers/message_handler.py index f20669af..144dbe91 100644 --- a/pyrogram/handlers/message_handler.py +++ b/pyrogram/handlers/message_handler.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/handlers/poll_handler.py b/pyrogram/handlers/poll_handler.py index 09940c12..0151f2b7 100644 --- a/pyrogram/handlers/poll_handler.py +++ b/pyrogram/handlers/poll_handler.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/handlers/raw_update_handler.py b/pyrogram/handlers/raw_update_handler.py index 53413c31..e12e8477 100644 --- a/pyrogram/handlers/raw_update_handler.py +++ b/pyrogram/handlers/raw_update_handler.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/handlers/user_status_handler.py b/pyrogram/handlers/user_status_handler.py index 23b9af2f..caebac74 100644 --- a/pyrogram/handlers/user_status_handler.py +++ b/pyrogram/handlers/user_status_handler.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/__init__.py b/pyrogram/methods/__init__.py index ee453ce3..ea71f6b1 100644 --- a/pyrogram/methods/__init__.py +++ b/pyrogram/methods/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/advanced/__init__.py b/pyrogram/methods/advanced/__init__.py index 934b0b9f..a3cf461a 100644 --- a/pyrogram/methods/advanced/__init__.py +++ b/pyrogram/methods/advanced/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/advanced/resolve_peer.py b/pyrogram/methods/advanced/resolve_peer.py index 3b3915ac..2a39780c 100644 --- a/pyrogram/methods/advanced/resolve_peer.py +++ b/pyrogram/methods/advanced/resolve_peer.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/advanced/save_file.py b/pyrogram/methods/advanced/save_file.py index 84361565..b612b112 100644 --- a/pyrogram/methods/advanced/save_file.py +++ b/pyrogram/methods/advanced/save_file.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/advanced/send.py b/pyrogram/methods/advanced/send.py index 9ac7ec24..8ef0849c 100644 --- a/pyrogram/methods/advanced/send.py +++ b/pyrogram/methods/advanced/send.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/auth/__init__.py b/pyrogram/methods/auth/__init__.py index 2227be81..ce585648 100644 --- a/pyrogram/methods/auth/__init__.py +++ b/pyrogram/methods/auth/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/auth/accept_terms_of_service.py b/pyrogram/methods/auth/accept_terms_of_service.py index c8cfd36d..5641a8ac 100644 --- a/pyrogram/methods/auth/accept_terms_of_service.py +++ b/pyrogram/methods/auth/accept_terms_of_service.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/auth/check_password.py b/pyrogram/methods/auth/check_password.py index 1dd60f7e..1cfa526b 100644 --- a/pyrogram/methods/auth/check_password.py +++ b/pyrogram/methods/auth/check_password.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/auth/connect.py b/pyrogram/methods/auth/connect.py index 7376ddf6..82cf661f 100644 --- a/pyrogram/methods/auth/connect.py +++ b/pyrogram/methods/auth/connect.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/auth/disconnect.py b/pyrogram/methods/auth/disconnect.py index 4d516a11..ddc1e7e1 100644 --- a/pyrogram/methods/auth/disconnect.py +++ b/pyrogram/methods/auth/disconnect.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/auth/get_password_hint.py b/pyrogram/methods/auth/get_password_hint.py index 44f1439c..6ba3f280 100644 --- a/pyrogram/methods/auth/get_password_hint.py +++ b/pyrogram/methods/auth/get_password_hint.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/auth/initialize.py b/pyrogram/methods/auth/initialize.py index 0fb276f7..0b760881 100644 --- a/pyrogram/methods/auth/initialize.py +++ b/pyrogram/methods/auth/initialize.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/auth/log_out.py b/pyrogram/methods/auth/log_out.py index 06c9824b..7174545d 100644 --- a/pyrogram/methods/auth/log_out.py +++ b/pyrogram/methods/auth/log_out.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/auth/recover_password.py b/pyrogram/methods/auth/recover_password.py index 03887f4e..db877ec8 100644 --- a/pyrogram/methods/auth/recover_password.py +++ b/pyrogram/methods/auth/recover_password.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/auth/resend_code.py b/pyrogram/methods/auth/resend_code.py index cf8ce3be..18e835f5 100644 --- a/pyrogram/methods/auth/resend_code.py +++ b/pyrogram/methods/auth/resend_code.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/auth/send_code.py b/pyrogram/methods/auth/send_code.py index 62fb256b..3f92cceb 100644 --- a/pyrogram/methods/auth/send_code.py +++ b/pyrogram/methods/auth/send_code.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/auth/send_recovery_code.py b/pyrogram/methods/auth/send_recovery_code.py index 4c28f1cf..07879978 100644 --- a/pyrogram/methods/auth/send_recovery_code.py +++ b/pyrogram/methods/auth/send_recovery_code.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/auth/sign_in.py b/pyrogram/methods/auth/sign_in.py index 6e5e7c46..19c0fbc1 100644 --- a/pyrogram/methods/auth/sign_in.py +++ b/pyrogram/methods/auth/sign_in.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/auth/sign_in_bot.py b/pyrogram/methods/auth/sign_in_bot.py index 490ceced..7cbcb1ac 100644 --- a/pyrogram/methods/auth/sign_in_bot.py +++ b/pyrogram/methods/auth/sign_in_bot.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/auth/sign_up.py b/pyrogram/methods/auth/sign_up.py index bed07f85..4b18a732 100644 --- a/pyrogram/methods/auth/sign_up.py +++ b/pyrogram/methods/auth/sign_up.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/auth/terminate.py b/pyrogram/methods/auth/terminate.py index 70166fe4..46b66982 100644 --- a/pyrogram/methods/auth/terminate.py +++ b/pyrogram/methods/auth/terminate.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/bots/__init__.py b/pyrogram/methods/bots/__init__.py index 1e6b9146..0051c6c3 100644 --- a/pyrogram/methods/bots/__init__.py +++ b/pyrogram/methods/bots/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/bots/answer_callback_query.py b/pyrogram/methods/bots/answer_callback_query.py index ccb1f444..941389b7 100644 --- a/pyrogram/methods/bots/answer_callback_query.py +++ b/pyrogram/methods/bots/answer_callback_query.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/bots/answer_inline_query.py b/pyrogram/methods/bots/answer_inline_query.py index 66bd739f..9683e1bb 100644 --- a/pyrogram/methods/bots/answer_inline_query.py +++ b/pyrogram/methods/bots/answer_inline_query.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/bots/get_game_high_scores.py b/pyrogram/methods/bots/get_game_high_scores.py index 59ddb67e..cd0b09ba 100644 --- a/pyrogram/methods/bots/get_game_high_scores.py +++ b/pyrogram/methods/bots/get_game_high_scores.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/bots/get_inline_bot_results.py b/pyrogram/methods/bots/get_inline_bot_results.py index 73b4c5d7..800de93e 100644 --- a/pyrogram/methods/bots/get_inline_bot_results.py +++ b/pyrogram/methods/bots/get_inline_bot_results.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/bots/request_callback_answer.py b/pyrogram/methods/bots/request_callback_answer.py index 9d32e60f..5db9dfe0 100644 --- a/pyrogram/methods/bots/request_callback_answer.py +++ b/pyrogram/methods/bots/request_callback_answer.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/bots/send_game.py b/pyrogram/methods/bots/send_game.py index f6e6a340..05b9094f 100644 --- a/pyrogram/methods/bots/send_game.py +++ b/pyrogram/methods/bots/send_game.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/bots/send_inline_bot_result.py b/pyrogram/methods/bots/send_inline_bot_result.py index e91aac97..de00546c 100644 --- a/pyrogram/methods/bots/send_inline_bot_result.py +++ b/pyrogram/methods/bots/send_inline_bot_result.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/bots/set_bot_commands.py b/pyrogram/methods/bots/set_bot_commands.py index 3a3c8f54..02158c0c 100644 --- a/pyrogram/methods/bots/set_bot_commands.py +++ b/pyrogram/methods/bots/set_bot_commands.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/bots/set_game_score.py b/pyrogram/methods/bots/set_game_score.py index e8af3125..edb38dcf 100644 --- a/pyrogram/methods/bots/set_game_score.py +++ b/pyrogram/methods/bots/set_game_score.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/__init__.py b/pyrogram/methods/chats/__init__.py index 70c02dee..cba67600 100644 --- a/pyrogram/methods/chats/__init__.py +++ b/pyrogram/methods/chats/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/add_chat_members.py b/pyrogram/methods/chats/add_chat_members.py index 154f1ee1..70fb0f97 100644 --- a/pyrogram/methods/chats/add_chat_members.py +++ b/pyrogram/methods/chats/add_chat_members.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/archive_chats.py b/pyrogram/methods/chats/archive_chats.py index df3f69c1..c65b7622 100644 --- a/pyrogram/methods/chats/archive_chats.py +++ b/pyrogram/methods/chats/archive_chats.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/ban_chat_member.py b/pyrogram/methods/chats/ban_chat_member.py index 0d17fec6..bdf11751 100644 --- a/pyrogram/methods/chats/ban_chat_member.py +++ b/pyrogram/methods/chats/ban_chat_member.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/create_channel.py b/pyrogram/methods/chats/create_channel.py index 3e1fab82..b3b21eae 100644 --- a/pyrogram/methods/chats/create_channel.py +++ b/pyrogram/methods/chats/create_channel.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/create_group.py b/pyrogram/methods/chats/create_group.py index f1833d80..2117d369 100644 --- a/pyrogram/methods/chats/create_group.py +++ b/pyrogram/methods/chats/create_group.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/create_supergroup.py b/pyrogram/methods/chats/create_supergroup.py index 866a732b..2c72e25b 100644 --- a/pyrogram/methods/chats/create_supergroup.py +++ b/pyrogram/methods/chats/create_supergroup.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/delete_channel.py b/pyrogram/methods/chats/delete_channel.py index 0a47fb43..3f9baa4f 100644 --- a/pyrogram/methods/chats/delete_channel.py +++ b/pyrogram/methods/chats/delete_channel.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/delete_chat_photo.py b/pyrogram/methods/chats/delete_chat_photo.py index 7bd82337..4311658b 100644 --- a/pyrogram/methods/chats/delete_chat_photo.py +++ b/pyrogram/methods/chats/delete_chat_photo.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/delete_supergroup.py b/pyrogram/methods/chats/delete_supergroup.py index 016be546..b9d3bdf7 100644 --- a/pyrogram/methods/chats/delete_supergroup.py +++ b/pyrogram/methods/chats/delete_supergroup.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/delete_user_history.py b/pyrogram/methods/chats/delete_user_history.py index 8043432d..ca9d0c59 100644 --- a/pyrogram/methods/chats/delete_user_history.py +++ b/pyrogram/methods/chats/delete_user_history.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/get_chat.py b/pyrogram/methods/chats/get_chat.py index 4420b5fe..d9ecb166 100644 --- a/pyrogram/methods/chats/get_chat.py +++ b/pyrogram/methods/chats/get_chat.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/get_chat_event_log.py b/pyrogram/methods/chats/get_chat_event_log.py index 46c031ed..3e392a20 100644 --- a/pyrogram/methods/chats/get_chat_event_log.py +++ b/pyrogram/methods/chats/get_chat_event_log.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/get_chat_member.py b/pyrogram/methods/chats/get_chat_member.py index 711eafdd..9987327c 100644 --- a/pyrogram/methods/chats/get_chat_member.py +++ b/pyrogram/methods/chats/get_chat_member.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/get_chat_members.py b/pyrogram/methods/chats/get_chat_members.py index c984107c..07d831a9 100644 --- a/pyrogram/methods/chats/get_chat_members.py +++ b/pyrogram/methods/chats/get_chat_members.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/get_chat_members_count.py b/pyrogram/methods/chats/get_chat_members_count.py index 896b244d..aa943eea 100644 --- a/pyrogram/methods/chats/get_chat_members_count.py +++ b/pyrogram/methods/chats/get_chat_members_count.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/get_chat_online_count.py b/pyrogram/methods/chats/get_chat_online_count.py index 5d3d861f..a8d13214 100644 --- a/pyrogram/methods/chats/get_chat_online_count.py +++ b/pyrogram/methods/chats/get_chat_online_count.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/get_dialogs.py b/pyrogram/methods/chats/get_dialogs.py index 4e3b1111..7a9d6a48 100644 --- a/pyrogram/methods/chats/get_dialogs.py +++ b/pyrogram/methods/chats/get_dialogs.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/get_dialogs_count.py b/pyrogram/methods/chats/get_dialogs_count.py index 260cc4f6..a8598e5f 100644 --- a/pyrogram/methods/chats/get_dialogs_count.py +++ b/pyrogram/methods/chats/get_dialogs_count.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/get_nearby_chats.py b/pyrogram/methods/chats/get_nearby_chats.py index 22ff4fc0..dcceb439 100644 --- a/pyrogram/methods/chats/get_nearby_chats.py +++ b/pyrogram/methods/chats/get_nearby_chats.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/get_send_as_chats.py b/pyrogram/methods/chats/get_send_as_chats.py index 6eb6c4a6..4d2fae48 100644 --- a/pyrogram/methods/chats/get_send_as_chats.py +++ b/pyrogram/methods/chats/get_send_as_chats.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/iter_chat_members.py b/pyrogram/methods/chats/iter_chat_members.py index c4144384..e9fa5b82 100644 --- a/pyrogram/methods/chats/iter_chat_members.py +++ b/pyrogram/methods/chats/iter_chat_members.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/iter_dialogs.py b/pyrogram/methods/chats/iter_dialogs.py index 124eff52..2584d98d 100644 --- a/pyrogram/methods/chats/iter_dialogs.py +++ b/pyrogram/methods/chats/iter_dialogs.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/join_chat.py b/pyrogram/methods/chats/join_chat.py index 41d0aa93..ca720d6d 100644 --- a/pyrogram/methods/chats/join_chat.py +++ b/pyrogram/methods/chats/join_chat.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/leave_chat.py b/pyrogram/methods/chats/leave_chat.py index 84ab4ebc..3271a1f9 100644 --- a/pyrogram/methods/chats/leave_chat.py +++ b/pyrogram/methods/chats/leave_chat.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/mark_chat_unread.py b/pyrogram/methods/chats/mark_chat_unread.py index a85cfccb..4a48c5d6 100644 --- a/pyrogram/methods/chats/mark_chat_unread.py +++ b/pyrogram/methods/chats/mark_chat_unread.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/pin_chat_message.py b/pyrogram/methods/chats/pin_chat_message.py index 11983f57..d4d6b040 100644 --- a/pyrogram/methods/chats/pin_chat_message.py +++ b/pyrogram/methods/chats/pin_chat_message.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/promote_chat_member.py b/pyrogram/methods/chats/promote_chat_member.py index e45b5876..8ab5fe29 100644 --- a/pyrogram/methods/chats/promote_chat_member.py +++ b/pyrogram/methods/chats/promote_chat_member.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/restrict_chat_member.py b/pyrogram/methods/chats/restrict_chat_member.py index d0cc9338..7c74d685 100644 --- a/pyrogram/methods/chats/restrict_chat_member.py +++ b/pyrogram/methods/chats/restrict_chat_member.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/set_administrator_title.py b/pyrogram/methods/chats/set_administrator_title.py index e0a32bdf..382d1fac 100644 --- a/pyrogram/methods/chats/set_administrator_title.py +++ b/pyrogram/methods/chats/set_administrator_title.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/set_chat_description.py b/pyrogram/methods/chats/set_chat_description.py index 0a7bdf7f..6d2575f2 100644 --- a/pyrogram/methods/chats/set_chat_description.py +++ b/pyrogram/methods/chats/set_chat_description.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/set_chat_permissions.py b/pyrogram/methods/chats/set_chat_permissions.py index fe208818..2c591906 100644 --- a/pyrogram/methods/chats/set_chat_permissions.py +++ b/pyrogram/methods/chats/set_chat_permissions.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/set_chat_photo.py b/pyrogram/methods/chats/set_chat_photo.py index e1114490..266253d6 100644 --- a/pyrogram/methods/chats/set_chat_photo.py +++ b/pyrogram/methods/chats/set_chat_photo.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/set_chat_protected_content.py b/pyrogram/methods/chats/set_chat_protected_content.py index 8057873d..d63e381d 100644 --- a/pyrogram/methods/chats/set_chat_protected_content.py +++ b/pyrogram/methods/chats/set_chat_protected_content.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/set_chat_title.py b/pyrogram/methods/chats/set_chat_title.py index 0cc4c6d2..62649f38 100644 --- a/pyrogram/methods/chats/set_chat_title.py +++ b/pyrogram/methods/chats/set_chat_title.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/set_send_as_chat.py b/pyrogram/methods/chats/set_send_as_chat.py index ccf13952..3fc686bb 100644 --- a/pyrogram/methods/chats/set_send_as_chat.py +++ b/pyrogram/methods/chats/set_send_as_chat.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/set_slow_mode.py b/pyrogram/methods/chats/set_slow_mode.py index 084e775c..7e6739ba 100644 --- a/pyrogram/methods/chats/set_slow_mode.py +++ b/pyrogram/methods/chats/set_slow_mode.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/unarchive_chats.py b/pyrogram/methods/chats/unarchive_chats.py index e49c7afd..32867798 100644 --- a/pyrogram/methods/chats/unarchive_chats.py +++ b/pyrogram/methods/chats/unarchive_chats.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/unban_chat_member.py b/pyrogram/methods/chats/unban_chat_member.py index 9f81f9c7..c7be7b58 100644 --- a/pyrogram/methods/chats/unban_chat_member.py +++ b/pyrogram/methods/chats/unban_chat_member.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/unpin_all_chat_messages.py b/pyrogram/methods/chats/unpin_all_chat_messages.py index 2996f511..3028120a 100644 --- a/pyrogram/methods/chats/unpin_all_chat_messages.py +++ b/pyrogram/methods/chats/unpin_all_chat_messages.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/unpin_chat_message.py b/pyrogram/methods/chats/unpin_chat_message.py index fe4b71a2..83654452 100644 --- a/pyrogram/methods/chats/unpin_chat_message.py +++ b/pyrogram/methods/chats/unpin_chat_message.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/chats/update_chat_username.py b/pyrogram/methods/chats/update_chat_username.py index 297d83a2..a5bf9958 100644 --- a/pyrogram/methods/chats/update_chat_username.py +++ b/pyrogram/methods/chats/update_chat_username.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/contacts/__init__.py b/pyrogram/methods/contacts/__init__.py index b542b665..5849ce43 100644 --- a/pyrogram/methods/contacts/__init__.py +++ b/pyrogram/methods/contacts/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/contacts/add_contact.py b/pyrogram/methods/contacts/add_contact.py index 79b85b9c..cceb273d 100644 --- a/pyrogram/methods/contacts/add_contact.py +++ b/pyrogram/methods/contacts/add_contact.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/contacts/delete_contacts.py b/pyrogram/methods/contacts/delete_contacts.py index 6b73fa74..27340747 100644 --- a/pyrogram/methods/contacts/delete_contacts.py +++ b/pyrogram/methods/contacts/delete_contacts.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/contacts/get_contacts.py b/pyrogram/methods/contacts/get_contacts.py index 9b546a16..98ed1150 100644 --- a/pyrogram/methods/contacts/get_contacts.py +++ b/pyrogram/methods/contacts/get_contacts.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/contacts/get_contacts_count.py b/pyrogram/methods/contacts/get_contacts_count.py index f58fb96c..b29fed7a 100644 --- a/pyrogram/methods/contacts/get_contacts_count.py +++ b/pyrogram/methods/contacts/get_contacts_count.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/contacts/import_contacts.py b/pyrogram/methods/contacts/import_contacts.py index 9ba190f3..b7df8554 100644 --- a/pyrogram/methods/contacts/import_contacts.py +++ b/pyrogram/methods/contacts/import_contacts.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/decorators/__init__.py b/pyrogram/methods/decorators/__init__.py index 384560fe..da0ed9ab 100644 --- a/pyrogram/methods/decorators/__init__.py +++ b/pyrogram/methods/decorators/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/decorators/on_callback_query.py b/pyrogram/methods/decorators/on_callback_query.py index 884fbb95..fb0b716f 100644 --- a/pyrogram/methods/decorators/on_callback_query.py +++ b/pyrogram/methods/decorators/on_callback_query.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/decorators/on_chat_join_request.py b/pyrogram/methods/decorators/on_chat_join_request.py index 93d48c10..06299018 100644 --- a/pyrogram/methods/decorators/on_chat_join_request.py +++ b/pyrogram/methods/decorators/on_chat_join_request.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/decorators/on_chat_member_updated.py b/pyrogram/methods/decorators/on_chat_member_updated.py index 080daa1f..9c10debf 100644 --- a/pyrogram/methods/decorators/on_chat_member_updated.py +++ b/pyrogram/methods/decorators/on_chat_member_updated.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/decorators/on_chosen_inline_result.py b/pyrogram/methods/decorators/on_chosen_inline_result.py index 4e972a06..a2775c9b 100644 --- a/pyrogram/methods/decorators/on_chosen_inline_result.py +++ b/pyrogram/methods/decorators/on_chosen_inline_result.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/decorators/on_deleted_messages.py b/pyrogram/methods/decorators/on_deleted_messages.py index d093310c..3bf88b08 100644 --- a/pyrogram/methods/decorators/on_deleted_messages.py +++ b/pyrogram/methods/decorators/on_deleted_messages.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/decorators/on_disconnect.py b/pyrogram/methods/decorators/on_disconnect.py index b6dd821c..5e4f7501 100644 --- a/pyrogram/methods/decorators/on_disconnect.py +++ b/pyrogram/methods/decorators/on_disconnect.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/decorators/on_inline_query.py b/pyrogram/methods/decorators/on_inline_query.py index 60463f66..4910670e 100644 --- a/pyrogram/methods/decorators/on_inline_query.py +++ b/pyrogram/methods/decorators/on_inline_query.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/decorators/on_message.py b/pyrogram/methods/decorators/on_message.py index ec23084f..634ca2e3 100644 --- a/pyrogram/methods/decorators/on_message.py +++ b/pyrogram/methods/decorators/on_message.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/decorators/on_poll.py b/pyrogram/methods/decorators/on_poll.py index fc49b192..26940403 100644 --- a/pyrogram/methods/decorators/on_poll.py +++ b/pyrogram/methods/decorators/on_poll.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/decorators/on_raw_update.py b/pyrogram/methods/decorators/on_raw_update.py index 0ce6bf5d..f61b156b 100644 --- a/pyrogram/methods/decorators/on_raw_update.py +++ b/pyrogram/methods/decorators/on_raw_update.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/decorators/on_user_status.py b/pyrogram/methods/decorators/on_user_status.py index fda3fb80..38760c2f 100644 --- a/pyrogram/methods/decorators/on_user_status.py +++ b/pyrogram/methods/decorators/on_user_status.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/invite_links/__init__.py b/pyrogram/methods/invite_links/__init__.py index ccdad312..c2183d9b 100644 --- a/pyrogram/methods/invite_links/__init__.py +++ b/pyrogram/methods/invite_links/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/invite_links/approve_chat_join_request.py b/pyrogram/methods/invite_links/approve_chat_join_request.py index 013b64fe..0bb2f604 100644 --- a/pyrogram/methods/invite_links/approve_chat_join_request.py +++ b/pyrogram/methods/invite_links/approve_chat_join_request.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/invite_links/create_chat_invite_link.py b/pyrogram/methods/invite_links/create_chat_invite_link.py index b90b9b15..4e6aded0 100644 --- a/pyrogram/methods/invite_links/create_chat_invite_link.py +++ b/pyrogram/methods/invite_links/create_chat_invite_link.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/invite_links/decline_chat_join_request.py b/pyrogram/methods/invite_links/decline_chat_join_request.py index 5a0f942c..3fc01e26 100644 --- a/pyrogram/methods/invite_links/decline_chat_join_request.py +++ b/pyrogram/methods/invite_links/decline_chat_join_request.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/invite_links/delete_chat_admin_invite_links.py b/pyrogram/methods/invite_links/delete_chat_admin_invite_links.py index 94a37408..fda2aadb 100644 --- a/pyrogram/methods/invite_links/delete_chat_admin_invite_links.py +++ b/pyrogram/methods/invite_links/delete_chat_admin_invite_links.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/invite_links/delete_chat_invite_link.py b/pyrogram/methods/invite_links/delete_chat_invite_link.py index 987cc781..eeab4e35 100644 --- a/pyrogram/methods/invite_links/delete_chat_invite_link.py +++ b/pyrogram/methods/invite_links/delete_chat_invite_link.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/invite_links/edit_chat_invite_link.py b/pyrogram/methods/invite_links/edit_chat_invite_link.py index ea4be32f..5c9dc9ff 100644 --- a/pyrogram/methods/invite_links/edit_chat_invite_link.py +++ b/pyrogram/methods/invite_links/edit_chat_invite_link.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/invite_links/export_chat_invite_link.py b/pyrogram/methods/invite_links/export_chat_invite_link.py index ee59750c..061ccdf3 100644 --- a/pyrogram/methods/invite_links/export_chat_invite_link.py +++ b/pyrogram/methods/invite_links/export_chat_invite_link.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/invite_links/get_chat_admin_invite_links.py b/pyrogram/methods/invite_links/get_chat_admin_invite_links.py index ade3a84b..8687795d 100644 --- a/pyrogram/methods/invite_links/get_chat_admin_invite_links.py +++ b/pyrogram/methods/invite_links/get_chat_admin_invite_links.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/invite_links/get_chat_admin_invite_links_count.py b/pyrogram/methods/invite_links/get_chat_admin_invite_links_count.py index 5c99405a..789f551a 100644 --- a/pyrogram/methods/invite_links/get_chat_admin_invite_links_count.py +++ b/pyrogram/methods/invite_links/get_chat_admin_invite_links_count.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/invite_links/get_chat_admins_with_invite_links.py b/pyrogram/methods/invite_links/get_chat_admins_with_invite_links.py index 1f2cc1c1..8b048a58 100644 --- a/pyrogram/methods/invite_links/get_chat_admins_with_invite_links.py +++ b/pyrogram/methods/invite_links/get_chat_admins_with_invite_links.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/invite_links/get_chat_invite_link.py b/pyrogram/methods/invite_links/get_chat_invite_link.py index c5e03399..a5361bab 100644 --- a/pyrogram/methods/invite_links/get_chat_invite_link.py +++ b/pyrogram/methods/invite_links/get_chat_invite_link.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/invite_links/get_chat_invite_link_members.py b/pyrogram/methods/invite_links/get_chat_invite_link_members.py index e48422ea..5d6e9208 100644 --- a/pyrogram/methods/invite_links/get_chat_invite_link_members.py +++ b/pyrogram/methods/invite_links/get_chat_invite_link_members.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/invite_links/get_chat_invite_link_members_count.py b/pyrogram/methods/invite_links/get_chat_invite_link_members_count.py index bd6a2fcc..a4f5bbb7 100644 --- a/pyrogram/methods/invite_links/get_chat_invite_link_members_count.py +++ b/pyrogram/methods/invite_links/get_chat_invite_link_members_count.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/invite_links/revoke_chat_invite_link.py b/pyrogram/methods/invite_links/revoke_chat_invite_link.py index b49a51dd..cb3c39cd 100644 --- a/pyrogram/methods/invite_links/revoke_chat_invite_link.py +++ b/pyrogram/methods/invite_links/revoke_chat_invite_link.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/__init__.py b/pyrogram/methods/messages/__init__.py index 84cc143d..6b78eeb8 100644 --- a/pyrogram/methods/messages/__init__.py +++ b/pyrogram/methods/messages/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/copy_media_group.py b/pyrogram/methods/messages/copy_media_group.py index 4866d824..72d8d04b 100644 --- a/pyrogram/methods/messages/copy_media_group.py +++ b/pyrogram/methods/messages/copy_media_group.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/copy_message.py b/pyrogram/methods/messages/copy_message.py index 5e886949..1295edef 100644 --- a/pyrogram/methods/messages/copy_message.py +++ b/pyrogram/methods/messages/copy_message.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/delete_messages.py b/pyrogram/methods/messages/delete_messages.py index ba9da896..b9807dc5 100644 --- a/pyrogram/methods/messages/delete_messages.py +++ b/pyrogram/methods/messages/delete_messages.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/download_media.py b/pyrogram/methods/messages/download_media.py index be5da060..c1472e95 100644 --- a/pyrogram/methods/messages/download_media.py +++ b/pyrogram/methods/messages/download_media.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/edit_inline_caption.py b/pyrogram/methods/messages/edit_inline_caption.py index b2915897..2f009a05 100644 --- a/pyrogram/methods/messages/edit_inline_caption.py +++ b/pyrogram/methods/messages/edit_inline_caption.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/edit_inline_media.py b/pyrogram/methods/messages/edit_inline_media.py index 13b27366..6b8c834a 100644 --- a/pyrogram/methods/messages/edit_inline_media.py +++ b/pyrogram/methods/messages/edit_inline_media.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/edit_inline_reply_markup.py b/pyrogram/methods/messages/edit_inline_reply_markup.py index 5966d4b7..614da617 100644 --- a/pyrogram/methods/messages/edit_inline_reply_markup.py +++ b/pyrogram/methods/messages/edit_inline_reply_markup.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/edit_inline_text.py b/pyrogram/methods/messages/edit_inline_text.py index e9a79e14..996dd4f5 100644 --- a/pyrogram/methods/messages/edit_inline_text.py +++ b/pyrogram/methods/messages/edit_inline_text.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/edit_message_caption.py b/pyrogram/methods/messages/edit_message_caption.py index 53e0911c..9abdfbe9 100644 --- a/pyrogram/methods/messages/edit_message_caption.py +++ b/pyrogram/methods/messages/edit_message_caption.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/edit_message_media.py b/pyrogram/methods/messages/edit_message_media.py index a0d365dc..4e443e71 100644 --- a/pyrogram/methods/messages/edit_message_media.py +++ b/pyrogram/methods/messages/edit_message_media.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/edit_message_reply_markup.py b/pyrogram/methods/messages/edit_message_reply_markup.py index aefb87e9..2bbe1bc9 100644 --- a/pyrogram/methods/messages/edit_message_reply_markup.py +++ b/pyrogram/methods/messages/edit_message_reply_markup.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/edit_message_text.py b/pyrogram/methods/messages/edit_message_text.py index 443d71f6..5d6ba9cf 100644 --- a/pyrogram/methods/messages/edit_message_text.py +++ b/pyrogram/methods/messages/edit_message_text.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/forward_messages.py b/pyrogram/methods/messages/forward_messages.py index fc278059..caa627d8 100644 --- a/pyrogram/methods/messages/forward_messages.py +++ b/pyrogram/methods/messages/forward_messages.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/get_discussion_message.py b/pyrogram/methods/messages/get_discussion_message.py index cda7ae52..c7d47261 100644 --- a/pyrogram/methods/messages/get_discussion_message.py +++ b/pyrogram/methods/messages/get_discussion_message.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/get_history.py b/pyrogram/methods/messages/get_history.py index 98a2f77e..d80a6b8b 100644 --- a/pyrogram/methods/messages/get_history.py +++ b/pyrogram/methods/messages/get_history.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/get_history_count.py b/pyrogram/methods/messages/get_history_count.py index 6552d527..9facdbeb 100644 --- a/pyrogram/methods/messages/get_history_count.py +++ b/pyrogram/methods/messages/get_history_count.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/get_media_group.py b/pyrogram/methods/messages/get_media_group.py index b429224f..273f5fff 100644 --- a/pyrogram/methods/messages/get_media_group.py +++ b/pyrogram/methods/messages/get_media_group.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/get_messages.py b/pyrogram/methods/messages/get_messages.py index cb4d2abb..b9c0fbf7 100644 --- a/pyrogram/methods/messages/get_messages.py +++ b/pyrogram/methods/messages/get_messages.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/inline_session.py b/pyrogram/methods/messages/inline_session.py index 354cb70f..c4ac50aa 100644 --- a/pyrogram/methods/messages/inline_session.py +++ b/pyrogram/methods/messages/inline_session.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/iter_history.py b/pyrogram/methods/messages/iter_history.py index 9fecc874..2e60dfde 100644 --- a/pyrogram/methods/messages/iter_history.py +++ b/pyrogram/methods/messages/iter_history.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/read_history.py b/pyrogram/methods/messages/read_history.py index e7477397..881b59ad 100644 --- a/pyrogram/methods/messages/read_history.py +++ b/pyrogram/methods/messages/read_history.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/retract_vote.py b/pyrogram/methods/messages/retract_vote.py index 2f9ec33c..4baba811 100644 --- a/pyrogram/methods/messages/retract_vote.py +++ b/pyrogram/methods/messages/retract_vote.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/search_global.py b/pyrogram/methods/messages/search_global.py index b016653d..c3fb7acb 100644 --- a/pyrogram/methods/messages/search_global.py +++ b/pyrogram/methods/messages/search_global.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/search_global_count.py b/pyrogram/methods/messages/search_global_count.py index 113ef813..78b69654 100644 --- a/pyrogram/methods/messages/search_global_count.py +++ b/pyrogram/methods/messages/search_global_count.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/search_messages.py b/pyrogram/methods/messages/search_messages.py index b62d4cfe..91bd6a5a 100644 --- a/pyrogram/methods/messages/search_messages.py +++ b/pyrogram/methods/messages/search_messages.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/search_messages_count.py b/pyrogram/methods/messages/search_messages_count.py index 02e0c803..3004eb39 100644 --- a/pyrogram/methods/messages/search_messages_count.py +++ b/pyrogram/methods/messages/search_messages_count.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/send_animation.py b/pyrogram/methods/messages/send_animation.py index 3a95a950..01856a79 100644 --- a/pyrogram/methods/messages/send_animation.py +++ b/pyrogram/methods/messages/send_animation.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/send_audio.py b/pyrogram/methods/messages/send_audio.py index 6ca16fe1..4ce02c31 100644 --- a/pyrogram/methods/messages/send_audio.py +++ b/pyrogram/methods/messages/send_audio.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/send_cached_media.py b/pyrogram/methods/messages/send_cached_media.py index 4e7b8149..885824b4 100644 --- a/pyrogram/methods/messages/send_cached_media.py +++ b/pyrogram/methods/messages/send_cached_media.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/send_chat_action.py b/pyrogram/methods/messages/send_chat_action.py index f618670d..fc79c015 100644 --- a/pyrogram/methods/messages/send_chat_action.py +++ b/pyrogram/methods/messages/send_chat_action.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/send_contact.py b/pyrogram/methods/messages/send_contact.py index 5ce3b013..f3965777 100644 --- a/pyrogram/methods/messages/send_contact.py +++ b/pyrogram/methods/messages/send_contact.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/send_dice.py b/pyrogram/methods/messages/send_dice.py index 5d89b03c..dfc9d5b8 100644 --- a/pyrogram/methods/messages/send_dice.py +++ b/pyrogram/methods/messages/send_dice.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/send_document.py b/pyrogram/methods/messages/send_document.py index 82be26d1..bc407fe2 100644 --- a/pyrogram/methods/messages/send_document.py +++ b/pyrogram/methods/messages/send_document.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/send_location.py b/pyrogram/methods/messages/send_location.py index 1bc3b032..d2b6616d 100644 --- a/pyrogram/methods/messages/send_location.py +++ b/pyrogram/methods/messages/send_location.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/send_media_group.py b/pyrogram/methods/messages/send_media_group.py index 9f4c5e54..13d4d62a 100644 --- a/pyrogram/methods/messages/send_media_group.py +++ b/pyrogram/methods/messages/send_media_group.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/send_message.py b/pyrogram/methods/messages/send_message.py index 5277ec1f..c0653a38 100644 --- a/pyrogram/methods/messages/send_message.py +++ b/pyrogram/methods/messages/send_message.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/send_photo.py b/pyrogram/methods/messages/send_photo.py index ff695589..c70be84e 100644 --- a/pyrogram/methods/messages/send_photo.py +++ b/pyrogram/methods/messages/send_photo.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/send_poll.py b/pyrogram/methods/messages/send_poll.py index 6fbb0aab..a412bcdf 100644 --- a/pyrogram/methods/messages/send_poll.py +++ b/pyrogram/methods/messages/send_poll.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/send_reaction.py b/pyrogram/methods/messages/send_reaction.py index a65cb5bc..9e6c353c 100644 --- a/pyrogram/methods/messages/send_reaction.py +++ b/pyrogram/methods/messages/send_reaction.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/send_sticker.py b/pyrogram/methods/messages/send_sticker.py index 4aa3ce28..641cc635 100644 --- a/pyrogram/methods/messages/send_sticker.py +++ b/pyrogram/methods/messages/send_sticker.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/send_venue.py b/pyrogram/methods/messages/send_venue.py index 557aa673..7941485e 100644 --- a/pyrogram/methods/messages/send_venue.py +++ b/pyrogram/methods/messages/send_venue.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/send_video.py b/pyrogram/methods/messages/send_video.py index 8eff5d97..cccc07ab 100644 --- a/pyrogram/methods/messages/send_video.py +++ b/pyrogram/methods/messages/send_video.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/send_video_note.py b/pyrogram/methods/messages/send_video_note.py index 231e1498..1e52f3ab 100644 --- a/pyrogram/methods/messages/send_video_note.py +++ b/pyrogram/methods/messages/send_video_note.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/send_voice.py b/pyrogram/methods/messages/send_voice.py index 3782d41b..80eb386d 100644 --- a/pyrogram/methods/messages/send_voice.py +++ b/pyrogram/methods/messages/send_voice.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/stop_poll.py b/pyrogram/methods/messages/stop_poll.py index 8853c5d6..113f1618 100644 --- a/pyrogram/methods/messages/stop_poll.py +++ b/pyrogram/methods/messages/stop_poll.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/messages/vote_poll.py b/pyrogram/methods/messages/vote_poll.py index 0c18bc21..d6753a27 100644 --- a/pyrogram/methods/messages/vote_poll.py +++ b/pyrogram/methods/messages/vote_poll.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/password/__init__.py b/pyrogram/methods/password/__init__.py index 30f3950c..e8d42926 100644 --- a/pyrogram/methods/password/__init__.py +++ b/pyrogram/methods/password/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/password/change_cloud_password.py b/pyrogram/methods/password/change_cloud_password.py index 1f1f4e03..f950c65a 100644 --- a/pyrogram/methods/password/change_cloud_password.py +++ b/pyrogram/methods/password/change_cloud_password.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/password/enable_cloud_password.py b/pyrogram/methods/password/enable_cloud_password.py index ad12cdc4..7073af59 100644 --- a/pyrogram/methods/password/enable_cloud_password.py +++ b/pyrogram/methods/password/enable_cloud_password.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/password/remove_cloud_password.py b/pyrogram/methods/password/remove_cloud_password.py index 3d792835..18ae31e5 100644 --- a/pyrogram/methods/password/remove_cloud_password.py +++ b/pyrogram/methods/password/remove_cloud_password.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/users/__init__.py b/pyrogram/methods/users/__init__.py index d9e61e69..e8005b83 100644 --- a/pyrogram/methods/users/__init__.py +++ b/pyrogram/methods/users/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/users/block_user.py b/pyrogram/methods/users/block_user.py index 6d7c8cda..0efda2b9 100644 --- a/pyrogram/methods/users/block_user.py +++ b/pyrogram/methods/users/block_user.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/users/delete_profile_photos.py b/pyrogram/methods/users/delete_profile_photos.py index 7f2c3a72..64f3ce77 100644 --- a/pyrogram/methods/users/delete_profile_photos.py +++ b/pyrogram/methods/users/delete_profile_photos.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/users/get_common_chats.py b/pyrogram/methods/users/get_common_chats.py index 6674d229..7969647a 100644 --- a/pyrogram/methods/users/get_common_chats.py +++ b/pyrogram/methods/users/get_common_chats.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/users/get_me.py b/pyrogram/methods/users/get_me.py index 3fab57e3..b7ebf2d7 100644 --- a/pyrogram/methods/users/get_me.py +++ b/pyrogram/methods/users/get_me.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/users/get_profile_photos.py b/pyrogram/methods/users/get_profile_photos.py index fb6f93ca..fb8c75c4 100644 --- a/pyrogram/methods/users/get_profile_photos.py +++ b/pyrogram/methods/users/get_profile_photos.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/users/get_profile_photos_count.py b/pyrogram/methods/users/get_profile_photos_count.py index d27c9da5..dcb7ee4b 100644 --- a/pyrogram/methods/users/get_profile_photos_count.py +++ b/pyrogram/methods/users/get_profile_photos_count.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/users/get_users.py b/pyrogram/methods/users/get_users.py index 3758eaea..43ae0084 100644 --- a/pyrogram/methods/users/get_users.py +++ b/pyrogram/methods/users/get_users.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/users/iter_profile_photos.py b/pyrogram/methods/users/iter_profile_photos.py index 3ebd7f50..eda77a88 100644 --- a/pyrogram/methods/users/iter_profile_photos.py +++ b/pyrogram/methods/users/iter_profile_photos.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/users/set_profile_photo.py b/pyrogram/methods/users/set_profile_photo.py index 822500ed..9b1c5c04 100644 --- a/pyrogram/methods/users/set_profile_photo.py +++ b/pyrogram/methods/users/set_profile_photo.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/users/unblock_user.py b/pyrogram/methods/users/unblock_user.py index 2492aeba..4218bb1e 100644 --- a/pyrogram/methods/users/unblock_user.py +++ b/pyrogram/methods/users/unblock_user.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/users/update_profile.py b/pyrogram/methods/users/update_profile.py index a505c708..4dc81204 100644 --- a/pyrogram/methods/users/update_profile.py +++ b/pyrogram/methods/users/update_profile.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/users/update_username.py b/pyrogram/methods/users/update_username.py index 865f3ed9..ce61402a 100644 --- a/pyrogram/methods/users/update_username.py +++ b/pyrogram/methods/users/update_username.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/utilities/__init__.py b/pyrogram/methods/utilities/__init__.py index 40034e6f..80a5f741 100644 --- a/pyrogram/methods/utilities/__init__.py +++ b/pyrogram/methods/utilities/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/utilities/add_handler.py b/pyrogram/methods/utilities/add_handler.py index 466e6431..d0ef15ff 100644 --- a/pyrogram/methods/utilities/add_handler.py +++ b/pyrogram/methods/utilities/add_handler.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/utilities/export_session_string.py b/pyrogram/methods/utilities/export_session_string.py index 545520a2..cd1741bd 100644 --- a/pyrogram/methods/utilities/export_session_string.py +++ b/pyrogram/methods/utilities/export_session_string.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/utilities/idle.py b/pyrogram/methods/utilities/idle.py index 0b3c9a1e..c708d6f1 100644 --- a/pyrogram/methods/utilities/idle.py +++ b/pyrogram/methods/utilities/idle.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/utilities/remove_handler.py b/pyrogram/methods/utilities/remove_handler.py index 8447f8a9..12be00b4 100644 --- a/pyrogram/methods/utilities/remove_handler.py +++ b/pyrogram/methods/utilities/remove_handler.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/utilities/restart.py b/pyrogram/methods/utilities/restart.py index 9c9e5109..e750137f 100644 --- a/pyrogram/methods/utilities/restart.py +++ b/pyrogram/methods/utilities/restart.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/utilities/run.py b/pyrogram/methods/utilities/run.py index 53f66f44..40decbbd 100644 --- a/pyrogram/methods/utilities/run.py +++ b/pyrogram/methods/utilities/run.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/utilities/start.py b/pyrogram/methods/utilities/start.py index 62e8acfc..a8144d3f 100644 --- a/pyrogram/methods/utilities/start.py +++ b/pyrogram/methods/utilities/start.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/utilities/stop.py b/pyrogram/methods/utilities/stop.py index 4f338d3a..3536caa1 100644 --- a/pyrogram/methods/utilities/stop.py +++ b/pyrogram/methods/utilities/stop.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/methods/utilities/stop_transmission.py b/pyrogram/methods/utilities/stop_transmission.py index 6f76f11f..70bd58d4 100644 --- a/pyrogram/methods/utilities/stop_transmission.py +++ b/pyrogram/methods/utilities/stop_transmission.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/mime_types.py b/pyrogram/mime_types.py index 819e0773..2f6c86aa 100644 --- a/pyrogram/mime_types.py +++ b/pyrogram/mime_types.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/parser/__init__.py b/pyrogram/parser/__init__.py index c1c03d59..00c7acae 100644 --- a/pyrogram/parser/__init__.py +++ b/pyrogram/parser/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/parser/html.py b/pyrogram/parser/html.py index 805ca021..c169dd1a 100644 --- a/pyrogram/parser/html.py +++ b/pyrogram/parser/html.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/parser/markdown.py b/pyrogram/parser/markdown.py index 5d14f8e8..898ac3d6 100644 --- a/pyrogram/parser/markdown.py +++ b/pyrogram/parser/markdown.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/parser/parser.py b/pyrogram/parser/parser.py index 24663ab6..2ea9e4f2 100644 --- a/pyrogram/parser/parser.py +++ b/pyrogram/parser/parser.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/parser/utils.py b/pyrogram/parser/utils.py index db0fc175..0d604028 100644 --- a/pyrogram/parser/utils.py +++ b/pyrogram/parser/utils.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/raw/__init__.py b/pyrogram/raw/__init__.py index deef4038..a1435c77 100644 --- a/pyrogram/raw/__init__.py +++ b/pyrogram/raw/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/raw/core/__init__.py b/pyrogram/raw/core/__init__.py index 8b284c65..95c81231 100644 --- a/pyrogram/raw/core/__init__.py +++ b/pyrogram/raw/core/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/raw/core/future_salt.py b/pyrogram/raw/core/future_salt.py index 54a12963..ecef5e2f 100644 --- a/pyrogram/raw/core/future_salt.py +++ b/pyrogram/raw/core/future_salt.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/raw/core/future_salts.py b/pyrogram/raw/core/future_salts.py index 9fa2f8e9..b0ed3343 100644 --- a/pyrogram/raw/core/future_salts.py +++ b/pyrogram/raw/core/future_salts.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/raw/core/gzip_packed.py b/pyrogram/raw/core/gzip_packed.py index 8525338a..685594d8 100644 --- a/pyrogram/raw/core/gzip_packed.py +++ b/pyrogram/raw/core/gzip_packed.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/raw/core/list.py b/pyrogram/raw/core/list.py index 74d39c03..780fd92c 100644 --- a/pyrogram/raw/core/list.py +++ b/pyrogram/raw/core/list.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/raw/core/message.py b/pyrogram/raw/core/message.py index 6d50ecf3..1357cf86 100644 --- a/pyrogram/raw/core/message.py +++ b/pyrogram/raw/core/message.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/raw/core/msg_container.py b/pyrogram/raw/core/msg_container.py index ddebce0c..454a1507 100644 --- a/pyrogram/raw/core/msg_container.py +++ b/pyrogram/raw/core/msg_container.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/raw/core/primitives/__init__.py b/pyrogram/raw/core/primitives/__init__.py index 575b3696..88f2fa53 100644 --- a/pyrogram/raw/core/primitives/__init__.py +++ b/pyrogram/raw/core/primitives/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/raw/core/primitives/bool.py b/pyrogram/raw/core/primitives/bool.py index 480a7224..02cc12d1 100644 --- a/pyrogram/raw/core/primitives/bool.py +++ b/pyrogram/raw/core/primitives/bool.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/raw/core/primitives/bytes.py b/pyrogram/raw/core/primitives/bytes.py index 47f914e0..eace1feb 100644 --- a/pyrogram/raw/core/primitives/bytes.py +++ b/pyrogram/raw/core/primitives/bytes.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/raw/core/primitives/double.py b/pyrogram/raw/core/primitives/double.py index 232f35c9..bb7878bf 100644 --- a/pyrogram/raw/core/primitives/double.py +++ b/pyrogram/raw/core/primitives/double.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/raw/core/primitives/int.py b/pyrogram/raw/core/primitives/int.py index aed653ad..5d5ec177 100644 --- a/pyrogram/raw/core/primitives/int.py +++ b/pyrogram/raw/core/primitives/int.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/raw/core/primitives/string.py b/pyrogram/raw/core/primitives/string.py index c5d19205..66f99271 100644 --- a/pyrogram/raw/core/primitives/string.py +++ b/pyrogram/raw/core/primitives/string.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/raw/core/primitives/vector.py b/pyrogram/raw/core/primitives/vector.py index a150fba7..c6c6e8e5 100644 --- a/pyrogram/raw/core/primitives/vector.py +++ b/pyrogram/raw/core/primitives/vector.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/raw/core/tl_object.py b/pyrogram/raw/core/tl_object.py index f0dd596a..b094f7d0 100644 --- a/pyrogram/raw/core/tl_object.py +++ b/pyrogram/raw/core/tl_object.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/scaffold.py b/pyrogram/scaffold.py index 2bd23086..d68ddf78 100644 --- a/pyrogram/scaffold.py +++ b/pyrogram/scaffold.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/session/__init__.py b/pyrogram/session/__init__.py index 96e06e0f..b414049b 100644 --- a/pyrogram/session/__init__.py +++ b/pyrogram/session/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/session/auth.py b/pyrogram/session/auth.py index 6b1ad953..d4083b21 100644 --- a/pyrogram/session/auth.py +++ b/pyrogram/session/auth.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/session/internals/__init__.py b/pyrogram/session/internals/__init__.py index 7f8ef15b..31dcc80f 100644 --- a/pyrogram/session/internals/__init__.py +++ b/pyrogram/session/internals/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/session/internals/data_center.py b/pyrogram/session/internals/data_center.py index 3c9e9567..4fce19aa 100644 --- a/pyrogram/session/internals/data_center.py +++ b/pyrogram/session/internals/data_center.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/session/internals/msg_factory.py b/pyrogram/session/internals/msg_factory.py index 2adb22b3..837f17d0 100644 --- a/pyrogram/session/internals/msg_factory.py +++ b/pyrogram/session/internals/msg_factory.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/session/internals/msg_id.py b/pyrogram/session/internals/msg_id.py index 1af7d42f..871a10b6 100644 --- a/pyrogram/session/internals/msg_id.py +++ b/pyrogram/session/internals/msg_id.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/session/internals/seq_no.py b/pyrogram/session/internals/seq_no.py index 0725809c..0abc4a2f 100644 --- a/pyrogram/session/internals/seq_no.py +++ b/pyrogram/session/internals/seq_no.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/session/session.py b/pyrogram/session/session.py index 8df167a7..751d6e00 100644 --- a/pyrogram/session/session.py +++ b/pyrogram/session/session.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/storage/__init__.py b/pyrogram/storage/__init__.py index a73bd5d4..2a43309a 100644 --- a/pyrogram/storage/__init__.py +++ b/pyrogram/storage/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/storage/file_storage.py b/pyrogram/storage/file_storage.py index 8910a256..8ba8910c 100644 --- a/pyrogram/storage/file_storage.py +++ b/pyrogram/storage/file_storage.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/storage/memory_storage.py b/pyrogram/storage/memory_storage.py index 5f097a1c..1035356d 100644 --- a/pyrogram/storage/memory_storage.py +++ b/pyrogram/storage/memory_storage.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/storage/sqlite_storage.py b/pyrogram/storage/sqlite_storage.py index 73bbb534..106896f6 100644 --- a/pyrogram/storage/sqlite_storage.py +++ b/pyrogram/storage/sqlite_storage.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/storage/storage.py b/pyrogram/storage/storage.py index 3690cafd..578dee17 100644 --- a/pyrogram/storage/storage.py +++ b/pyrogram/storage/storage.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/sync.py b/pyrogram/sync.py index d94d490c..6db937b3 100644 --- a/pyrogram/sync.py +++ b/pyrogram/sync.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/syncer.py b/pyrogram/syncer.py index dbd8dc64..3ff1bfc9 100644 --- a/pyrogram/syncer.py +++ b/pyrogram/syncer.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/__init__.py b/pyrogram/types/__init__.py index bad120f1..e0859bba 100644 --- a/pyrogram/types/__init__.py +++ b/pyrogram/types/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/authorization/__init__.py b/pyrogram/types/authorization/__init__.py index d5b491da..b31ad26a 100644 --- a/pyrogram/types/authorization/__init__.py +++ b/pyrogram/types/authorization/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/authorization/sent_code.py b/pyrogram/types/authorization/sent_code.py index 1f439901..a471445a 100644 --- a/pyrogram/types/authorization/sent_code.py +++ b/pyrogram/types/authorization/sent_code.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/authorization/terms_of_service.py b/pyrogram/types/authorization/terms_of_service.py index db465e64..7e1376ea 100644 --- a/pyrogram/types/authorization/terms_of_service.py +++ b/pyrogram/types/authorization/terms_of_service.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/bots_and_keyboards/__init__.py b/pyrogram/types/bots_and_keyboards/__init__.py index fa6aa050..ccf84993 100644 --- a/pyrogram/types/bots_and_keyboards/__init__.py +++ b/pyrogram/types/bots_and_keyboards/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/bots_and_keyboards/bot_command.py b/pyrogram/types/bots_and_keyboards/bot_command.py index f2db126a..66412f09 100644 --- a/pyrogram/types/bots_and_keyboards/bot_command.py +++ b/pyrogram/types/bots_and_keyboards/bot_command.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/bots_and_keyboards/callback_game.py b/pyrogram/types/bots_and_keyboards/callback_game.py index a89cbbd7..3bd89270 100644 --- a/pyrogram/types/bots_and_keyboards/callback_game.py +++ b/pyrogram/types/bots_and_keyboards/callback_game.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/bots_and_keyboards/callback_query.py b/pyrogram/types/bots_and_keyboards/callback_query.py index 8887594e..8cdd424a 100644 --- a/pyrogram/types/bots_and_keyboards/callback_query.py +++ b/pyrogram/types/bots_and_keyboards/callback_query.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/bots_and_keyboards/force_reply.py b/pyrogram/types/bots_and_keyboards/force_reply.py index c52bb766..025176f2 100644 --- a/pyrogram/types/bots_and_keyboards/force_reply.py +++ b/pyrogram/types/bots_and_keyboards/force_reply.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/bots_and_keyboards/game_high_score.py b/pyrogram/types/bots_and_keyboards/game_high_score.py index b9a77d33..7de78ce9 100644 --- a/pyrogram/types/bots_and_keyboards/game_high_score.py +++ b/pyrogram/types/bots_and_keyboards/game_high_score.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/bots_and_keyboards/inline_keyboard_button.py b/pyrogram/types/bots_and_keyboards/inline_keyboard_button.py index 019999fb..9779ec39 100644 --- a/pyrogram/types/bots_and_keyboards/inline_keyboard_button.py +++ b/pyrogram/types/bots_and_keyboards/inline_keyboard_button.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/bots_and_keyboards/inline_keyboard_markup.py b/pyrogram/types/bots_and_keyboards/inline_keyboard_markup.py index 1571f1ba..e0fd3230 100644 --- a/pyrogram/types/bots_and_keyboards/inline_keyboard_markup.py +++ b/pyrogram/types/bots_and_keyboards/inline_keyboard_markup.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/bots_and_keyboards/keyboard_button.py b/pyrogram/types/bots_and_keyboards/keyboard_button.py index 204c696a..626df749 100644 --- a/pyrogram/types/bots_and_keyboards/keyboard_button.py +++ b/pyrogram/types/bots_and_keyboards/keyboard_button.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/bots_and_keyboards/login_url.py b/pyrogram/types/bots_and_keyboards/login_url.py index 52ef8dc8..a0af5a1a 100644 --- a/pyrogram/types/bots_and_keyboards/login_url.py +++ b/pyrogram/types/bots_and_keyboards/login_url.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/bots_and_keyboards/reply_keyboard_markup.py b/pyrogram/types/bots_and_keyboards/reply_keyboard_markup.py index 21fa6ceb..b619216a 100644 --- a/pyrogram/types/bots_and_keyboards/reply_keyboard_markup.py +++ b/pyrogram/types/bots_and_keyboards/reply_keyboard_markup.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/bots_and_keyboards/reply_keyboard_remove.py b/pyrogram/types/bots_and_keyboards/reply_keyboard_remove.py index 9bf16528..479efe90 100644 --- a/pyrogram/types/bots_and_keyboards/reply_keyboard_remove.py +++ b/pyrogram/types/bots_and_keyboards/reply_keyboard_remove.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/inline_mode/__init__.py b/pyrogram/types/inline_mode/__init__.py index d22937b9..c1f5b87f 100644 --- a/pyrogram/types/inline_mode/__init__.py +++ b/pyrogram/types/inline_mode/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/inline_mode/chosen_inline_result.py b/pyrogram/types/inline_mode/chosen_inline_result.py index 578ef64a..623d7379 100644 --- a/pyrogram/types/inline_mode/chosen_inline_result.py +++ b/pyrogram/types/inline_mode/chosen_inline_result.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/inline_mode/inline_query.py b/pyrogram/types/inline_mode/inline_query.py index 5c718c33..2522b693 100644 --- a/pyrogram/types/inline_mode/inline_query.py +++ b/pyrogram/types/inline_mode/inline_query.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/inline_mode/inline_query_result.py b/pyrogram/types/inline_mode/inline_query_result.py index 919b7df5..48d633c1 100644 --- a/pyrogram/types/inline_mode/inline_query_result.py +++ b/pyrogram/types/inline_mode/inline_query_result.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/inline_mode/inline_query_result_animation.py b/pyrogram/types/inline_mode/inline_query_result_animation.py index 45af1ed3..2281ae1c 100644 --- a/pyrogram/types/inline_mode/inline_query_result_animation.py +++ b/pyrogram/types/inline_mode/inline_query_result_animation.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/inline_mode/inline_query_result_article.py b/pyrogram/types/inline_mode/inline_query_result_article.py index 0b5e6008..73260dd9 100644 --- a/pyrogram/types/inline_mode/inline_query_result_article.py +++ b/pyrogram/types/inline_mode/inline_query_result_article.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/inline_mode/inline_query_result_photo.py b/pyrogram/types/inline_mode/inline_query_result_photo.py index f86c6718..679ee429 100644 --- a/pyrogram/types/inline_mode/inline_query_result_photo.py +++ b/pyrogram/types/inline_mode/inline_query_result_photo.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/inline_mode/inline_query_result_video.py b/pyrogram/types/inline_mode/inline_query_result_video.py index cf035408..cd5d8454 100644 --- a/pyrogram/types/inline_mode/inline_query_result_video.py +++ b/pyrogram/types/inline_mode/inline_query_result_video.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/input_media/__init__.py b/pyrogram/types/input_media/__init__.py index 655a968c..a03d1e21 100644 --- a/pyrogram/types/input_media/__init__.py +++ b/pyrogram/types/input_media/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/input_media/input_media.py b/pyrogram/types/input_media/input_media.py index 16a72bda..8e2f3a7b 100644 --- a/pyrogram/types/input_media/input_media.py +++ b/pyrogram/types/input_media/input_media.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/input_media/input_media_animation.py b/pyrogram/types/input_media/input_media_animation.py index 9c5767fe..76c146c5 100644 --- a/pyrogram/types/input_media/input_media_animation.py +++ b/pyrogram/types/input_media/input_media_animation.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/input_media/input_media_audio.py b/pyrogram/types/input_media/input_media_audio.py index 3a66b5ee..4816659d 100644 --- a/pyrogram/types/input_media/input_media_audio.py +++ b/pyrogram/types/input_media/input_media_audio.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/input_media/input_media_document.py b/pyrogram/types/input_media/input_media_document.py index 31460060..3b3a38fd 100644 --- a/pyrogram/types/input_media/input_media_document.py +++ b/pyrogram/types/input_media/input_media_document.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/input_media/input_media_photo.py b/pyrogram/types/input_media/input_media_photo.py index e84a7616..f733a7b0 100644 --- a/pyrogram/types/input_media/input_media_photo.py +++ b/pyrogram/types/input_media/input_media_photo.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/input_media/input_media_video.py b/pyrogram/types/input_media/input_media_video.py index 1199d862..48c79f41 100644 --- a/pyrogram/types/input_media/input_media_video.py +++ b/pyrogram/types/input_media/input_media_video.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/input_media/input_phone_contact.py b/pyrogram/types/input_media/input_phone_contact.py index e0169a5d..0608cf21 100644 --- a/pyrogram/types/input_media/input_phone_contact.py +++ b/pyrogram/types/input_media/input_phone_contact.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/input_message_content/__init__.py b/pyrogram/types/input_message_content/__init__.py index 233f53b0..b445f3ba 100644 --- a/pyrogram/types/input_message_content/__init__.py +++ b/pyrogram/types/input_message_content/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/input_message_content/input_message_content.py b/pyrogram/types/input_message_content/input_message_content.py index 99bed67d..2b463932 100644 --- a/pyrogram/types/input_message_content/input_message_content.py +++ b/pyrogram/types/input_message_content/input_message_content.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/input_message_content/input_text_message_content.py b/pyrogram/types/input_message_content/input_text_message_content.py index a053d818..ef54c0b2 100644 --- a/pyrogram/types/input_message_content/input_text_message_content.py +++ b/pyrogram/types/input_message_content/input_text_message_content.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/list.py b/pyrogram/types/list.py index fe91c4c6..da87d527 100644 --- a/pyrogram/types/list.py +++ b/pyrogram/types/list.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/__init__.py b/pyrogram/types/messages_and_media/__init__.py index 9f31dde0..944d7e6e 100644 --- a/pyrogram/types/messages_and_media/__init__.py +++ b/pyrogram/types/messages_and_media/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/animation.py b/pyrogram/types/messages_and_media/animation.py index 96a57469..ce901734 100644 --- a/pyrogram/types/messages_and_media/animation.py +++ b/pyrogram/types/messages_and_media/animation.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/audio.py b/pyrogram/types/messages_and_media/audio.py index e590d2e3..60b37a59 100644 --- a/pyrogram/types/messages_and_media/audio.py +++ b/pyrogram/types/messages_and_media/audio.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/contact.py b/pyrogram/types/messages_and_media/contact.py index fe6f55fd..cec03329 100644 --- a/pyrogram/types/messages_and_media/contact.py +++ b/pyrogram/types/messages_and_media/contact.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/dice.py b/pyrogram/types/messages_and_media/dice.py index aa67470c..2c683ec8 100644 --- a/pyrogram/types/messages_and_media/dice.py +++ b/pyrogram/types/messages_and_media/dice.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/document.py b/pyrogram/types/messages_and_media/document.py index 76ebed9b..333d38ab 100644 --- a/pyrogram/types/messages_and_media/document.py +++ b/pyrogram/types/messages_and_media/document.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/game.py b/pyrogram/types/messages_and_media/game.py index 5e76f5b6..1452d79e 100644 --- a/pyrogram/types/messages_and_media/game.py +++ b/pyrogram/types/messages_and_media/game.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/location.py b/pyrogram/types/messages_and_media/location.py index 6cd0e9f1..664890cb 100644 --- a/pyrogram/types/messages_and_media/location.py +++ b/pyrogram/types/messages_and_media/location.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/message.py b/pyrogram/types/messages_and_media/message.py index 1d70d773..02bf2d3d 100644 --- a/pyrogram/types/messages_and_media/message.py +++ b/pyrogram/types/messages_and_media/message.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/message_entity.py b/pyrogram/types/messages_and_media/message_entity.py index 864bf547..2595fc66 100644 --- a/pyrogram/types/messages_and_media/message_entity.py +++ b/pyrogram/types/messages_and_media/message_entity.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/photo.py b/pyrogram/types/messages_and_media/photo.py index a512d17b..fc496cd4 100644 --- a/pyrogram/types/messages_and_media/photo.py +++ b/pyrogram/types/messages_and_media/photo.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/poll.py b/pyrogram/types/messages_and_media/poll.py index 832b81e2..8d46557d 100644 --- a/pyrogram/types/messages_and_media/poll.py +++ b/pyrogram/types/messages_and_media/poll.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/poll_option.py b/pyrogram/types/messages_and_media/poll_option.py index 25eff663..a40926b0 100644 --- a/pyrogram/types/messages_and_media/poll_option.py +++ b/pyrogram/types/messages_and_media/poll_option.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/reaction.py b/pyrogram/types/messages_and_media/reaction.py index 9d4baa54..83dda582 100644 --- a/pyrogram/types/messages_and_media/reaction.py +++ b/pyrogram/types/messages_and_media/reaction.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/sticker.py b/pyrogram/types/messages_and_media/sticker.py index b7e4ecb5..be494e30 100644 --- a/pyrogram/types/messages_and_media/sticker.py +++ b/pyrogram/types/messages_and_media/sticker.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/stripped_thumbnail.py b/pyrogram/types/messages_and_media/stripped_thumbnail.py index 9c832ffb..e9756607 100644 --- a/pyrogram/types/messages_and_media/stripped_thumbnail.py +++ b/pyrogram/types/messages_and_media/stripped_thumbnail.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/thumbnail.py b/pyrogram/types/messages_and_media/thumbnail.py index 1a55c18c..b9cb93e1 100644 --- a/pyrogram/types/messages_and_media/thumbnail.py +++ b/pyrogram/types/messages_and_media/thumbnail.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/venue.py b/pyrogram/types/messages_and_media/venue.py index bdf385e5..8a26f600 100644 --- a/pyrogram/types/messages_and_media/venue.py +++ b/pyrogram/types/messages_and_media/venue.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/video.py b/pyrogram/types/messages_and_media/video.py index b64dcfb6..1cdf055f 100644 --- a/pyrogram/types/messages_and_media/video.py +++ b/pyrogram/types/messages_and_media/video.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/video_note.py b/pyrogram/types/messages_and_media/video_note.py index 9a5685fc..3a9e8a61 100644 --- a/pyrogram/types/messages_and_media/video_note.py +++ b/pyrogram/types/messages_and_media/video_note.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/voice.py b/pyrogram/types/messages_and_media/voice.py index 640ad8cc..4175b7ba 100644 --- a/pyrogram/types/messages_and_media/voice.py +++ b/pyrogram/types/messages_and_media/voice.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/messages_and_media/webpage.py b/pyrogram/types/messages_and_media/webpage.py index 08432eab..34e51d88 100644 --- a/pyrogram/types/messages_and_media/webpage.py +++ b/pyrogram/types/messages_and_media/webpage.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/object.py b/pyrogram/types/object.py index daeb89af..015eeca8 100644 --- a/pyrogram/types/object.py +++ b/pyrogram/types/object.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/update.py b/pyrogram/types/update.py index 1937c94b..d3e45b4a 100644 --- a/pyrogram/types/update.py +++ b/pyrogram/types/update.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/user_and_chats/__init__.py b/pyrogram/types/user_and_chats/__init__.py index 22455486..4667628a 100644 --- a/pyrogram/types/user_and_chats/__init__.py +++ b/pyrogram/types/user_and_chats/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/user_and_chats/chat.py b/pyrogram/types/user_and_chats/chat.py index 6ccd9465..a9d396eb 100644 --- a/pyrogram/types/user_and_chats/chat.py +++ b/pyrogram/types/user_and_chats/chat.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/user_and_chats/chat_admin_with_invite_links.py b/pyrogram/types/user_and_chats/chat_admin_with_invite_links.py index c7e617e9..385a38da 100644 --- a/pyrogram/types/user_and_chats/chat_admin_with_invite_links.py +++ b/pyrogram/types/user_and_chats/chat_admin_with_invite_links.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/user_and_chats/chat_event.py b/pyrogram/types/user_and_chats/chat_event.py index 3d0bbe19..374dac50 100644 --- a/pyrogram/types/user_and_chats/chat_event.py +++ b/pyrogram/types/user_and_chats/chat_event.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/user_and_chats/chat_event_filter.py b/pyrogram/types/user_and_chats/chat_event_filter.py index edd003eb..d88300ba 100644 --- a/pyrogram/types/user_and_chats/chat_event_filter.py +++ b/pyrogram/types/user_and_chats/chat_event_filter.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/user_and_chats/chat_invite_link.py b/pyrogram/types/user_and_chats/chat_invite_link.py index 1f8a9256..9dddea48 100644 --- a/pyrogram/types/user_and_chats/chat_invite_link.py +++ b/pyrogram/types/user_and_chats/chat_invite_link.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/user_and_chats/chat_join_request.py b/pyrogram/types/user_and_chats/chat_join_request.py index 4ed7c1ed..a7001da5 100644 --- a/pyrogram/types/user_and_chats/chat_join_request.py +++ b/pyrogram/types/user_and_chats/chat_join_request.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/user_and_chats/chat_member.py b/pyrogram/types/user_and_chats/chat_member.py index a6f2f4cc..ff550815 100644 --- a/pyrogram/types/user_and_chats/chat_member.py +++ b/pyrogram/types/user_and_chats/chat_member.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/user_and_chats/chat_member_updated.py b/pyrogram/types/user_and_chats/chat_member_updated.py index a8d7abca..5fa7d84e 100644 --- a/pyrogram/types/user_and_chats/chat_member_updated.py +++ b/pyrogram/types/user_and_chats/chat_member_updated.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/user_and_chats/chat_permissions.py b/pyrogram/types/user_and_chats/chat_permissions.py index a5bc3011..e209625a 100644 --- a/pyrogram/types/user_and_chats/chat_permissions.py +++ b/pyrogram/types/user_and_chats/chat_permissions.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/user_and_chats/chat_photo.py b/pyrogram/types/user_and_chats/chat_photo.py index 959d1732..b3aba61d 100644 --- a/pyrogram/types/user_and_chats/chat_photo.py +++ b/pyrogram/types/user_and_chats/chat_photo.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/user_and_chats/chat_preview.py b/pyrogram/types/user_and_chats/chat_preview.py index f4a8540f..e251c865 100644 --- a/pyrogram/types/user_and_chats/chat_preview.py +++ b/pyrogram/types/user_and_chats/chat_preview.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/user_and_chats/dialog.py b/pyrogram/types/user_and_chats/dialog.py index 6c4a408a..7259a89a 100644 --- a/pyrogram/types/user_and_chats/dialog.py +++ b/pyrogram/types/user_and_chats/dialog.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/user_and_chats/invite_link_importer.py b/pyrogram/types/user_and_chats/invite_link_importer.py index 4517ae3c..f933cfa2 100644 --- a/pyrogram/types/user_and_chats/invite_link_importer.py +++ b/pyrogram/types/user_and_chats/invite_link_importer.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/user_and_chats/restriction.py b/pyrogram/types/user_and_chats/restriction.py index e3acd250..8f7a1b72 100644 --- a/pyrogram/types/user_and_chats/restriction.py +++ b/pyrogram/types/user_and_chats/restriction.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/user_and_chats/user.py b/pyrogram/types/user_and_chats/user.py index cc0c2036..8579ba15 100644 --- a/pyrogram/types/user_and_chats/user.py +++ b/pyrogram/types/user_and_chats/user.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/user_and_chats/voice_chat_ended.py b/pyrogram/types/user_and_chats/voice_chat_ended.py index febb8137..b6b05fea 100644 --- a/pyrogram/types/user_and_chats/voice_chat_ended.py +++ b/pyrogram/types/user_and_chats/voice_chat_ended.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/user_and_chats/voice_chat_members_invited.py b/pyrogram/types/user_and_chats/voice_chat_members_invited.py index 0a093cbf..0fd4249b 100644 --- a/pyrogram/types/user_and_chats/voice_chat_members_invited.py +++ b/pyrogram/types/user_and_chats/voice_chat_members_invited.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/user_and_chats/voice_chat_scheduled.py b/pyrogram/types/user_and_chats/voice_chat_scheduled.py index fc7a5f1e..82d2125e 100644 --- a/pyrogram/types/user_and_chats/voice_chat_scheduled.py +++ b/pyrogram/types/user_and_chats/voice_chat_scheduled.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/types/user_and_chats/voice_chat_started.py b/pyrogram/types/user_and_chats/voice_chat_started.py index 6ac546dc..e260e784 100644 --- a/pyrogram/types/user_and_chats/voice_chat_started.py +++ b/pyrogram/types/user_and_chats/voice_chat_started.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/pyrogram/utils.py b/pyrogram/utils.py index 9d53d8bf..6a0c8bac 100644 --- a/pyrogram/utils.py +++ b/pyrogram/utils.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/setup.py b/setup.py index 5cbd5eb2..1a24654c 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/tests/__init__.py b/tests/__init__.py index 4ad4f32b..46887cb7 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/tests/filters/__init__.py b/tests/filters/__init__.py index 56187dd8..e93649f5 100644 --- a/tests/filters/__init__.py +++ b/tests/filters/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/tests/filters/test_command.py b/tests/filters/test_command.py index 19e21d9d..234ed69f 100644 --- a/tests/filters/test_command.py +++ b/tests/filters/test_command.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/tests/test_file_id.py b/tests/test_file_id.py index 493590ab..96152e48 100644 --- a/tests/test_file_id.py +++ b/tests/test_file_id.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2021 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. #