Commit Graph

  • 8eab47123a Add Filters.poll to filter Poll messages Dan 2018-12-22 23:55:16 +0100
  • 2b25b9469b Parse Poll objects inside Message Dan 2018-12-22 23:55:04 +0100
  • 1ef3bc758f Export Poll and PollAnswer types Dan 2018-12-22 23:54:42 +0100
  • aef02f049c Add Poll and PollAnswer types Dan 2018-12-22 23:54:18 +0100
  • 77f15af880 Update API schema to Layer 91 Dan 2018-12-22 23:11:16 +0100
  • 6e686fdd89 Fix docs not using bytes when showing examples dealing with callback queries Dan 2018-12-22 14:18:23 +0100
  • f5ce49b7b2 - Fix small glitches introduced when merging. - Remove typing requirement, asyncio branch already needs Python 3.5+. - Add async_lru as extra requirement because the standard lru_cache doesn't work in asyncio world. Dan 2018-12-22 14:08:29 +0100
  • e6667be10b Merge branch 'develop' into asyncio Dan 2018-12-22 12:23:08 +0100
  • 4bf6831be8 Fix some non-importable types for type hint Dan 2018-12-22 11:22:58 +0100
  • a0355a5cc4 Type hint all methods return values Dan 2018-12-19 15:59:15 +0100
  • bf0b947253 Type hint all Client methods Dan 2018-12-19 14:55:48 +0100
  • b593463bd7 Type hint all the remaining method parameters Dan 2018-12-19 14:50:23 +0100
  • 4fb9969470 Replace Client with BaseClient type hint Dan 2018-12-19 14:45:16 +0100
  • 5035daa9d7 Type hint all Pyrogram types Dan 2018-12-19 13:29:58 +0100
  • e8fbae3166 Make all parse methods protected to hide them from the lib user Dan 2018-12-19 13:00:33 +0100
  • b79f395d37 Type hint Message Dan 2018-12-19 12:30:25 +0100
  • a8599efa94 Add backported typing package as requirement To be removed when Pyrogram drops Python 3.4 support Dan 2018-12-19 12:29:55 +0100
  • 26ef8ea953 Revert to the old style Dan 2018-12-19 10:59:24 +0100
  • a13707a3b5 Completely remove obsolete commented code Dan 2018-12-19 10:28:47 +0100
  • 510b2456b6 Reword offset_dialog docstrings in Dialog Dan 2018-12-19 10:27:47 +0100
  • 8f6f38e0b0 Merge branch 'develop' into new-parsers Dan 2018-12-18 11:22:47 +0100
  • bc824f738c Add extra warnings when sign-ins or sign-ups fail Dan 2018-12-18 11:21:37 +0100
  • c9bcf93cf7 Add extra checks in case sign-in or sign-up fails Dan 2018-12-16 23:42:31 +0100
  • e203a5500f Don't treat messages containing web page previews as media Dan 2018-12-18 10:07:40 +0100
  • 914dfca574 Reformat code and optimize imports Dan 2018-12-18 09:50:39 +0100
  • 27052e31ca Fix all those unresolved references caused by the refactor Dan 2018-12-18 09:45:49 +0100
  • dc2792fbea Ditch raw attribute. There's no use for it now Dan 2018-12-18 08:48:20 +0100
  • 761a07bda8 Remove unneeded parts in utils.py Dan 2018-12-17 16:41:06 +0100
  • 1344e95be6 Use the new parsers in dispatcher.py Dan 2018-12-17 16:40:06 +0100
  • 2a1a6301a6 Add Messages.parse_delete method Dan 2018-12-17 16:37:58 +0100
  • 6a0a271d24 Fix broken UpdateStatus in case of incoming updates Dan 2018-12-17 16:28:16 +0100
  • 1873344467 Update get_users to use the refactored User type Dan 2018-12-17 16:27:16 +0100
  • 6bc2db7157 Better way of parsing total_count for Messages and UserProfilePhotos Dan 2018-12-17 16:14:32 +0100
  • e6dced80cf Update get_dialogs to use the new refactored Dialogs type Dan 2018-12-17 16:13:57 +0100
  • ccf677f3a0 Refactor Dialog and Dialogs Dan 2018-12-17 16:13:28 +0100
  • 8c02a1553d Add Chat.parse_dialog Dan 2018-12-17 16:12:53 +0100
  • 603bc88aa3 Refactor get_history method Dan 2018-12-17 14:18:41 +0100
  • 7b90a0e7c5 Refactor Messages Dan 2018-12-17 14:18:15 +0100
  • 5bc9e0fc75 Fix Video not having client and raw attributes set Dan 2018-12-17 14:17:57 +0100
  • 8cbb9c9316 Refactor UserProfilePhotos Dan 2018-12-17 13:51:08 +0100
  • a683e3e917 Refactor bot keyboard types Dan 2018-12-17 13:16:05 +0100
  • 3f643242b1 Reformat encoder style Dan 2018-12-17 13:03:08 +0100
  • d31a696f32 Fix encoder breaking with bytes Dan 2018-12-17 13:02:22 +0100
  • 52b9319734 Refactor CallbackQuery Dan 2018-12-17 13:01:41 +0100
  • 92118e3608 Reformat __init__ parameters Dan 2018-12-17 12:45:35 +0100
  • e9a362923f Cache stickers Dan 2018-12-17 12:42:29 +0100
  • ac8258f451 Move Str into message.py Dan 2018-12-17 12:40:32 +0100
  • c6a0bf0791 Force named arguments on Pyrogram types Dan 2018-12-16 22:34:23 +0100
  • 7430529646 Make use of the refactored Chat type in get_chat Dan 2018-12-16 17:59:34 +0100
  • 5d64de10dc Add Chat.parse_full Dan 2018-12-16 17:58:32 +0100
  • 31b046e5cc Use the refactored types in get_chat_member(s) Dan 2018-12-16 17:58:05 +0100
  • 66cd896a99 Allow passing raw Dan 2018-12-16 17:10:55 +0100
  • cffafa8c61 Small fixed to PyrogramType Dan 2018-12-16 17:10:08 +0100
  • d62bc1d8ba Refactor ChatMember and ChatMembers Dan 2018-12-16 16:22:46 +0100
  • 3ecbb35470 Delete Update Dan 2018-12-16 15:26:56 +0100
  • 7a8873029d Don't parse custom types in the code generator Dan 2018-12-16 15:25:56 +0100
  • 6ab1c87050 Add PyrogramType Dan 2018-12-16 15:24:51 +0100
  • 5ecbfbf25f Refactor Message and MessageEntity Dan 2018-12-15 21:40:44 +0100
  • 334fb8d0ba Refactor Sticker, Contact and Document Dan 2018-12-15 21:40:44 +0100
  • c84fca30a2 Refactor Venue and Location Dan 2018-12-15 21:40:44 +0100
  • e5e0b17809 Refactor Photo and PhotoSize Dan 2018-12-15 21:40:44 +0100
  • 11ed26b318 Refactor Animation, Video and VideoNote Dan 2018-12-15 21:40:44 +0100
  • 905f4b8e62 Refactor Voice and Audio Dan 2018-12-15 21:40:44 +0100
  • efc6023b08 Re-implement remove_cloud_password using SRP Dan 2018-12-15 20:08:31 +0100
  • 1c4dd13e72 Refactor Chat Dan 2018-12-15 17:31:22 +0100
  • 5962f8dedc Refactor ChatPhoto Dan 2018-12-15 17:30:24 +0100
  • bf3609ec0a Refactor User Dan 2018-12-15 17:29:51 +0100
  • 0d0fbdad27 Reformat UserStatus style Dan 2018-12-15 17:28:52 +0100
  • 26b15f384d Update UserStatus docs Dan 2018-12-15 17:26:24 +0100
  • b2f3e79ff7 Refactor UserStatus Dan 2018-12-15 17:25:34 +0100
  • 9ac492e644 Remove Message generated comments Dan 2018-12-15 15:32:50 +0100
  • 37d063e569 Reorganize Message __init__ Dan 2018-12-15 12:35:09 +0100
  • 40ecc082a6 Re-implement change_cloud_password using SRP Dan 2018-12-15 12:22:33 +0100
  • 124f49ce7a Merge branch 'develop' into asyncio Dan 2018-12-15 11:37:34 +0100
  • 1bd41d0138 Fix CallbackQuery docs Dan 2018-12-15 11:37:27 +0100
  • 47b25b0e2d CallbackQuery must deal with bytes instead of strings Dan 2018-12-15 11:35:53 +0100
  • 17b166e6a6 CallbackQuery must deal with bytes instead of strings Dan 2018-12-15 11:35:53 +0100
  • 6292fe8f86 Fix progress callbacks in asyncio Dan 2018-12-15 11:24:31 +0100
  • 976eae63ed Merge branch 'develop' into asyncio Dan 2018-12-15 11:12:30 +0100
  • 70470360b1 Print account name when logging in the first time Dan 2018-12-15 11:10:25 +0100
  • afb3f55d33 Add USER_ADMIN_INVALID error Dan 2018-12-15 11:10:03 +0100
  • 001a067d82 Make start and stop methods return self to make chaining possible Suggestion by @CharlesBachman in Telegram Dan 2018-12-15 09:50:35 +0100
  • 6a9c7312cc Document how decorated functions are modified Dan 2018-12-15 09:10:19 +0100
  • e3459017ef Re-implement enable_cloud_password using SRP Dan 2018-12-15 09:05:50 +0100
  • 89983b75ca Move relevant SRP-related code into another file These functions are going to be used by all *_cloud_password methods Dan 2018-12-15 08:59:26 +0100
  • 2ae8730b22 Add Filters.via_bot to filter messages sent via inline bots Dan 2018-12-15 08:53:22 +0100
  • 4ba5e63034 Report offset instead of 0 in case file size is missing (for file_id) Dan 2018-12-15 08:51:20 +0100
  • 9c91720104 Fix broken download_media progress args Dan 2018-12-15 08:50:08 +0100
  • 49b18c600d Add missing thumb for videos in albums. Fixes #169 Dan 2018-12-15 08:39:43 +0100
  • 067b988537 Update 400 Bad Request errors Dan 2018-12-15 08:33:27 +0100
  • c9ce95c964 Add 500 RANDOM_ID_DUPLICATE error Dan 2018-12-15 08:14:04 +0100
  • 0e050b45e7 Attempt srp Dan 2018-12-15 08:06:18 +0100
  • 85519f9caf Merge branch 'develop' into layer-85 Dan 2018-12-13 15:13:24 +0100
  • 61b36898a4 Fix chat username and session name Dan 2018-12-10 15:19:54 +0100
  • 6d2d34617a Merge remote-tracking branch 'origin/develop' into develop Dan 2018-12-10 15:15:50 +0100
  • 19ad70455f Update welcome_bot.py example Delete the previous message in case of consecutive member joins and send a new one containing the names of all the previous new members Dan 2018-12-10 15:15:21 +0100
  • 2a9149ca5f
    Merge pull request #166 from zeroone2numeral2/webpage-message-attribute Dan 2018-12-08 16:43:48 +0100
  • ac8fc58a06
    Add a note hinting about basic support for web pages Dan 2018-12-08 16:41:30 +0100
  • 2d1a7871ea Added Filters.web_page zeroone2numeral2 2018-11-25 17:05:59 +0000
  • 61f2d7c968 Added web_page attribute to Message object zeroone2numeral2 2018-11-25 16:56:39 +0000