Commit Graph

  • e1cac13f0d Fix get_dialogs docstrings Dan 2019-01-04 16:58:57 +0100
  • 948f2b44ed Add iter_dialogs method. Reference #170 Dan 2019-01-04 16:10:34 +0100
  • 4d1d70082b Sleep in case of get_dialogs flood waits Dan 2019-01-04 16:08:05 +0100
  • c5212dc615 Merge remote-tracking branch 'origin/develop' into develop Dan 2019-01-04 15:37:33 +0100
  • 8628d3a56d Add iter_history method For #170 Dan 2019-01-04 15:37:08 +0100
  • fbc18cace0 Update get_history docstrings Dan 2019-01-04 15:36:43 +0100
  • 04542dbddf Make parsing multiple Messages more efficient This is achieved by not calling get_messages for each single reply. Instead, all the available replies are retrieved in one request only. Dan 2019-01-04 14:42:39 +0100
  • 7e3513f8ee Wait in case of flood errors in get_messages Dan 2019-01-04 14:38:08 +0100
  • fe89974523 Add get_history signature to BaseClient Also make other method parameters generic Dan 2019-01-04 14:37:26 +0100
  • fe4e8c5a42 Rename get_history's "reversed" parameter to "reverse" It was colliding with the built-in "reversed" function Dan 2019-01-04 14:36:42 +0100
  • 36f987e979 Add Filters.me Useful to filter messages coming from the current running user. Does the same thing as Filters.user("me") Dan 2019-01-03 20:58:38 +0100
  • d69a93d253 Automatically cast message and caption arguments to str Dan 2019-01-03 20:53:48 +0100
  • 9256185b5a
    Update copyright year Dan 2019-01-03 18:27:47 +0100
  • 4f6990d735 Add takeout parameter in Client This lets the client use a takeout session instead of a normal one. Takeout sessions are useful for exporting Telegram data. Methods invoked inside a takeout session are less prone to throw FloodWait exceptions. Dan 2019-01-03 12:20:42 +0100
  • 7c008ca4e3 Add a bunch of takeout related errors Dan 2019-01-03 11:42:15 +0100
  • b53ba81a6a Add no_updates parameter in Client Useful to completely disable incoming updates for batch programs Dan 2019-01-03 11:13:24 +0100
  • b7b31d39e8 Merge branch 'develop' into asyncio Dan 2019-01-03 09:15:44 +0100
  • 9a9491cefb Merge branch 'develop' Dan 2019-01-03 08:59:58 +0100
  • 4493f78138 Update to v0.10.3 v0.10.3 Dan 2019-01-03 08:59:39 +0100
  • 372bbabe28 Make invite links of public channels work with get_chat Dan 2019-01-02 22:39:16 +0100
  • 7f79210ba3 Merge branch 'develop' into asyncio Dan 2019-01-02 19:55:45 +0100
  • 1f8f313398 Fix broken ChatMember parser working on already parsed Users Dan 2019-01-02 19:13:01 +0100
  • 12e070f6b1 Tell readthedocs to use Python 3.6 because 3.5.2 is bugged https://github.com/rtfd/readthedocs.org/issues/5051 To be removed once readthedocs images use an updated Python interpreter. Dan 2019-01-02 18:19:37 +0100
  • 1960b00280 Add a way to stop iterating through handlers Closes #125 Dan 2019-01-02 18:11:22 +0100
  • f440b1f969
    Add missing colon Dan 2019-01-02 17:27:40 +0100
  • b60853b2e2 Make typing available for Python <3.5 only Dan 2019-01-01 13:12:39 +0100
  • 4d7b1bafac Update copyright year Dan 2019-01-01 12:36:16 +0100
  • 3ada74068e Merge branch 'develop' into asyncio Dan 2018-12-31 17:45:04 +0100
  • a13d825702 Merge branch 'develop' v0.10.2 Dan 2018-12-31 17:27:54 +0100
  • 4f04d4aee8 Update to v0.10.2 Dan 2018-12-31 17:17:58 +0100
  • e56425c878 Merge branch 'develop' into asyncio Dan 2018-12-31 17:14:47 +0100
  • 21dbbc3f0b Fix style parsers randomly returning "unsorted" dicts. This is due to Python <3.6 having "unsorted" dicts. Dicts are inherently unsorted, but starting from Python 3.6 they keep the order in which the keys are inserted (useful for unpacking) Dan 2018-12-31 17:13:50 +0100
  • 4e4d765dd1 Merge branch 'develop' into asyncio Dan 2018-12-31 14:53:24 +0100
  • 015b3a4574 Merge branch 'develop' Dan 2018-12-31 14:48:33 +0100
  • e5be7fcc90 Update to v0.10.1 Dan 2018-12-31 13:22:27 +0100
  • b6da24a51f Update version on docs Dan 2018-12-31 13:22:27 +0100
  • 024e3852f7 Don't rely on git for GitHub installations Instead, let people install from zips GitHub already provides. Dan 2018-12-31 13:22:14 +0100
  • 2ea1f0f323 Merge branch 'develop' into asyncio Dan 2018-12-31 12:06:15 +0100
  • 490b8bf579 Fix get_message getting infinite replies Dan 2018-12-31 12:02:15 +0100
  • a02846e900 Move get_chat_preview in a better place Dan 2018-12-30 07:53:14 +0100
  • d00fde74de Use clearer error pages' titles Dan 2018-12-29 13:37:13 +0100
  • 554512d43b Merge remote-tracking branch 'origin/develop' into develop Dan 2018-12-28 16:20:05 +0100
  • 46aeb569d5 Add AdvancedUsage.rst Dan 2018-12-28 16:19:42 +0100
  • 8f38ce3b9e Remove Raw Functions from Usage doc page Dan 2018-12-28 16:19:30 +0100
  • 5dcc19cfb3 Move download_media into messages and media namespace Dan 2018-12-28 15:17:05 +0100
  • 74c4e35a4f Move download_media into messages and media namespace Dan 2018-12-28 15:17:05 +0100
  • 64ec26850e Document save_file Dan 2018-12-28 15:16:46 +0100
  • c907e8146a Allow get_chat to work with chat invite links Dan 2018-12-28 14:34:47 +0100
  • 0e62b3472a Add get_chat_preview method and ChatPreview object Dan 2018-12-28 14:08:09 +0100
  • 769b3ebdee Merge branch 'develop' into asyncio Dan 2018-12-28 00:38:54 +0100
  • 9fadbbd728 Update develop version Dan 2018-12-28 00:37:20 +0100
  • 3814471af4 Change get_dialogs behaviour It now accepts an offset_date instead of an offset_dialog Dan 2018-12-27 23:56:45 +0100
  • decaa9e7f0 Rename downwards to reversed Dan 2018-12-27 23:55:56 +0100
  • d3c87214b6 Merge branch 'develop' of https://github.com/pyrogram/pyrogram into develop Dan 2018-12-27 23:54:17 +0100
  • d9d1afd305
    Merge pull request #94 from YoilyL/develop Dan 2018-12-27 23:53:06 +0100
  • 233e0920a2
    Merge branch 'develop' into develop Dan 2018-12-27 23:52:40 +0100
  • 4a01745c68 Add more error classes to docs Dan 2018-12-27 22:58:02 +0100
  • e4bead530c Automatically redirect to GitHub release notes in 10 seconds Dan 2018-12-27 14:20:59 +0100
  • 39a458a5f8 Add Changelog documentation page Dan 2018-12-26 20:08:11 +0100
  • 127123006f Add TestServers documentation page Dan 2018-12-26 19:44:22 +0100
  • 74477f2cac Add PHONE_NUMBER_FLOOD error Dan 2018-12-26 09:18:48 +0100
  • f4736c17a6 Merge branch 'develop' into asyncio Dan 2018-12-25 23:08:52 +0100
  • 1eee4b77e1 Pin/unpin_chat_message don't raise a ValueError anymore Dan 2018-12-25 23:08:45 +0100
  • 06d8293fa0 Merge branch 'develop' into asyncio Dan 2018-12-25 23:07:45 +0100
  • c3f4fab58b Update docs version Dan 2018-12-25 18:12:54 +0100
  • 9066c9687e Update README.md (Layer 91) Closes #178, closes #179 Dan 2018-12-25 18:11:16 +0100
  • 7e4b96cfdf Suppress PyPep8Naming soft-warnings Dan 2018-12-25 16:20:09 +0100
  • d91acfe2ca Re-implement password-protected log-ins and support password recovery Dan 2018-12-25 15:41:55 +0100
  • e3371c90f2 Add PASSWORD_RECOVERY_NA and PASSWORD_EMPTY errors Dan 2018-12-25 15:38:56 +0100
  • b18890fddd Add INPUT_USER_DEACTIVATED error Dan 2018-12-25 14:51:03 +0100
  • 68426eaf72 Add FILEREF_UPGRADE_NEEDED error Dan 2018-12-25 14:48:59 +0100
  • 684b901005 Reword AUTH_KEY_DUPLICATED error message Dan 2018-12-25 14:42:56 +0100
  • fccadf526e Merge branch 'develop' into future Dan 2018-12-25 14:36:59 +0100
  • 1e3612c781 Merge branch 'layer-85' into future Dan 2018-12-25 14:34:56 +0100
  • 0a8a1f7771 Merge branch 'develop' into asyncio Dan 2018-12-24 23:12:26 +0100
  • 00e4e385aa Allow bots to message old chats even if they don't exist in the session Dan 2018-12-24 22:31:45 +0100
  • 6e964b51b1 Type hint on_message decorator Dan 2018-12-24 14:50:04 +0100
  • 098b06d1b7 Fix poll docstrings and vote_poll wrong attribute access Dan 2018-12-24 14:32:53 +0100
  • 46d206610e Add Poll related stuff in docs Dan 2018-12-24 14:20:54 +0100
  • c833b3842a Put PollOption back in a separate file, its docstrings must be visible Dan 2018-12-24 14:19:21 +0100
  • c4280f017e Add hide_via parameter to send_inline_bot_result Dan 2018-12-24 14:13:47 +0100
  • 7881320a88 Update develop branch version Dan 2018-12-23 19:53:22 +0100
  • a551f1fe1e Fix Filters.poll docstrings link to Poll type Dan 2018-12-23 19:52:49 +0100
  • 1d676a76db Merge branch 'develop' into future Dan 2018-12-23 19:51:54 +0100
  • 9fe04ff7cd Fix filter links to Objects Dan 2018-12-23 19:51:45 +0100
  • 3fe7fb20be Document retract_vote Dan 2018-12-23 17:06:34 +0100
  • 2994929903 Document Poll Dan 2018-12-23 16:59:45 +0100
  • 03d6c49d92 Document send_poll method Dan 2018-12-23 16:52:25 +0100
  • f477171344 Document vote_poll Dan 2018-12-23 16:45:54 +0100
  • 03aa5094f7 Add retract_vote method Dan 2018-12-23 16:40:09 +0100
  • 10f1e06326 Rework vote_poll to work with all polls generated by different clients Dan 2018-12-23 16:30:42 +0100
  • 1f82eaa26f Add vote_poll method Dan 2018-12-23 16:19:24 +0100
  • 0ce7498f81 Parse the pinned message on basic chats too Dan 2018-12-23 15:37:44 +0100
  • 2b568afd2a Refactor Poll. Move PollAnswer into poll.py and rename it to PollOption Dan 2018-12-23 13:28:53 +0100
  • f8de518f6b Update future version Dan 2018-12-23 13:21:32 +0100
  • 2101dfb8db Show a meaningful error and hint to read more when using cloud password Dan 2018-12-23 01:09:20 +0100
  • 0371f4ce8b Make cloud password methods raise NotImplementedError. See #178 The protocol changed (SRP) and they are currently not re-implemented. Dan 2018-12-23 01:05:44 +0100
  • 7ee89c94cb Update pin/unpin_chat_message It is now possible to pin messages in basic groups as well as in the own user's chat. Dan 2018-12-23 01:00:31 +0100
  • 84fef9ecf1 Add missing file_reference argument where applicable Dan 2018-12-23 00:55:00 +0100
  • e669a6a9ae Add send_poll method Dan 2018-12-23 00:33:15 +0100