Commit Graph

  • 01f0af6bb0 Increase OFFLINE_SLEEP to 15 minutes This avoid frequent dialogs fetch while debugging with user accounts Dan 2019-05-06 16:36:57 +0200
  • 6f2c625cd1 Handle minified poll updates Dan 2019-05-05 15:44:53 +0200
  • bfda5852b6 Hint the return type of get_history Dan 2019-05-05 15:44:28 +0200
  • 6c140fd03e
    Merge pull request #238 from pyrogram/bot-api-4.2 Dan 2019-05-05 12:25:42 +0200
  • 58482919ba Make is_member field actually working Dan 2019-05-05 12:21:20 +0200
  • a6198921c3 Fix an unresolved reference Dan 2019-05-03 22:55:00 +0200
  • ec258312dd Add missing awaits Dan 2019-05-03 22:47:51 +0200
  • 80081a29b4 Add supports_streaming attribute to the Video type Dan 2019-04-30 14:43:57 +0200
  • f3d7cea700 Merge branch 'develop' into asyncio Dan 2019-04-30 11:53:40 +0200
  • d30cad1a2d Use str or bytes for callback_data and CallbackQuery.data (#241) Joscha Götzer 2019-04-30 11:49:18 +0200
  • 7900d2abee Merge branch 'asyncio' of https://github.com/pyrogram/pyrogram into asyncio Dan 2019-04-30 11:51:44 +0200
  • 952f9bc503 Merge branch 'develop' into asyncio Dan 2019-04-30 11:51:36 +0200
  • 8dd99a8683 Use str or bytes for callback_data and CallbackQuery.data (#241) Joscha Götzer 2019-04-30 11:49:18 +0200
  • cc9bc56391 Add important note to export_chat_invite_link Dan 2019-04-30 11:29:54 +0200
  • 881f3e479a Bring the old, but working, channels.exportInvite method back We keep this until the server decides to enable the new methods for bots Dan 2019-04-30 11:23:31 +0200
  • d83a2a951d Revert "Fix export_chat_invite_link broken because of Layer update Fixes #244" Dan 2019-04-30 11:22:23 +0200
  • 2aad59856d Fix export_chat_invite_link broken because of Layer update Fixes #244 Dan 2019-04-30 11:04:37 +0200
  • 16d3b2d56e Make sure mime.types actually gets installed Dan 2019-04-30 10:45:27 +0200
  • 94574efe2c Remove unneeded method Dan 2019-04-30 10:33:11 +0200
  • e7258a341b Add mime.types in MANIFEST.in Dan 2019-04-20 22:51:54 +0200
  • cec43bf568 Update develop version Dan 2019-04-20 18:57:07 +0200
  • 63d76a7f13 Bring back automatic mime type detection for new uploads (fixes #239) Dan 2019-04-20 17:59:42 +0200
  • 57be97566d Make delete_messages return False when it fails to delete This is because there will be no exception raised, because Telegram is not sending any RPCError when you try to delete a message you don't have rights on to. Dan 2019-04-14 22:34:05 +0200
  • b056aa8d7f Add the field is_member to the ChatMember type This can be used to find whether a restricted user is a member of the chat at the moment of the request. Dan 2019-04-14 21:04:34 +0200
  • bcef74c574 Update .gitignore to ignore the generated RPC error classes The "errors" package has been moved to make it simpler to import Dan 2019-04-14 21:00:19 +0200
  • d6d2923e34 Add missing Poll docstrings in Message Dan 2019-04-14 20:52:00 +0200
  • 5905f761fa Add PollHandler type and on_poll decorator for handling Poll updates Dan 2019-04-14 20:50:13 +0200
  • 952f0627f1 Merge branch 'develop' into session_storage bakatrouble 2019-04-14 21:49:45 +0300
  • 5c638e707e Poll ids are now strings and not integers Dan 2019-04-14 20:48:25 +0200
  • cbc938931d Rename forward_from_name to forward_sender_name Dan 2019-04-14 20:34:46 +0200
  • ebacefb6e0 Increase media thumbnail size limit Dan 2019-04-14 20:33:45 +0200
  • 22a7e338ff Fetch the pinned message in own chat (saved messages) Dan 2019-04-14 20:18:44 +0200
  • 4661fb035b Refactor Poll types and methods to reflect Bot API 4.2 docs Dan 2019-04-14 20:17:42 +0200
  • 1dd3ba4133 Add missing awaits Dan 2019-04-14 18:47:45 +0200
  • 605b5f1b0f Merge branch 'develop' Dan 2019-04-14 13:17:06 +0200
  • 7ed962134a Add missing ChatPermissions docs Dan 2019-04-14 13:13:46 +0200
  • 313bf8952f Merge branch 'develop' into asyncio Dan 2019-04-14 12:58:58 +0200
  • afac7651e4 Update to v0.12.0 v0.12.0 Dan 2019-04-14 12:45:06 +0200
  • d2179e2ede Fix Filters.video_note wrong name Dan 2019-04-14 12:25:31 +0200
  • 1750300ab9 Add missing awaits Dan 2019-04-13 17:51:47 +0200
  • ad49e72f02 Fix inline_query_parser in asyncio branch Dan 2019-04-13 17:32:18 +0200
  • 9100a43f7b Merge branch 'develop' into asyncio Dan 2019-04-13 16:26:50 +0200
  • 1e635f00ea Fix set_chat_description not working anymore with the new Layer Dan 2019-04-13 16:10:15 +0200
  • 0d5724164c Update examples Dan 2019-04-13 16:02:31 +0200
  • 6ad9caa7c6 Automatically cast inline result ids to string Dan 2019-04-13 15:54:19 +0200
  • 4d1abbbb79 Make the deprecation warning actually work Dan 2019-04-13 14:41:14 +0200
  • 292a6ea7bf Refactor the command filter. Also allow it to work on media captions as well Dan 2019-04-13 14:21:53 +0200
  • 88078d4573 Simplify user and chat filters implementation Dan 2019-04-13 14:03:01 +0200
  • 0c5f5738a5 Add ACCESS_TOKEN_INVALID error Dan 2019-04-13 13:32:16 +0200
  • d49aed3d9e Merge branch 'develop' into asyncio Dan 2019-04-13 13:05:59 +0200
  • 05aed5e0e1 Clean up documentation pages Dan 2019-04-12 15:52:06 +0200
  • 3ac62ba941
    Merge pull request #236 from Bfas237/develop Dan 2019-04-08 16:53:18 +0200
  • 95a7befed5 Update async version Dan 2019-04-08 16:50:48 +0200
  • 8023aa5d28
    Attempting solution to why pyrogram breaks Ningmua Bruno 2019-04-01 02:36:54 +0100
  • 17d3a5b4cd
    Add files via upload Ningmua Bruno 2019-04-01 02:35:04 +0100
  • b94f6d4e99 Merge branch 'develop' into asyncio Dan 2019-03-28 16:26:28 +0100
  • fbe6af2fc6 Automatically handle flood waits when using get_chat_members Dan 2019-03-28 16:24:11 +0100
  • f96a0b7674 Merge branch 'develop' into asyncio Dan 2019-03-28 14:02:02 +0100
  • e79f4fde80 Fix send_chat_action not working with upload_* actions Dan 2019-03-28 14:01:38 +0100
  • e05a5ebf6f Fix core types not being printed because of missing __slots__ Dan 2019-03-28 14:01:16 +0100
  • 29940fbc66 Fix StopTransmission in asyncio by inheriting from StopAsyncIteration Instead of StopIteration Dan 2019-03-27 15:44:29 +0100
  • 7f7f9768fd Add missing awaits Dan 2019-03-27 14:59:55 +0100
  • 654a432d99 Merge branch 'develop' into asyncio Dan 2019-03-27 14:46:24 +0100
  • b4da453ef3 Documentation fixes Dan 2019-03-27 14:46:02 +0100
  • ef5dd96bdc Fix broken mentions for both HTML and Markdown Dan 2019-03-26 13:32:30 +0100
  • 1179a5b994 Merge branch 'develop' into asyncio Dan 2019-03-25 11:40:00 +0100
  • f4cb31d7b8 Add missing methods in docs Dan 2019-03-25 11:34:58 +0100
  • b8341a9869 Remove delete_messages limitations Dan 2019-03-25 11:34:47 +0100
  • b5c6db6db0 Refactor project and move errors namespace out from pyrogram.api Dan 2019-03-25 11:10:46 +0100
  • 066633ce45 Move dispatcher.py inside ext folder Dan 2019-03-25 09:45:37 +0100
  • 78686d39fa Update docs Dan 2019-03-24 18:59:56 +0100
  • ce0173e7cd Add support for hidden users in forwarded messages Dan 2019-03-24 18:51:04 +0100
  • eb2799ed45 Update API schema to Layer 97 Dan 2019-03-24 18:32:02 +0100
  • ac318831dc Add missing awaits Dan 2019-03-22 13:47:31 +0100
  • 5d163ebabc Merge branch 'develop' into asyncio Dan 2019-03-22 13:36:27 +0100
  • 4b7c6810c0 Make get_sticker_set_name "private" with a leading underscore _ Dan 2019-03-22 13:33:47 +0100
  • 5edd971118 Update docs to use bot_token parameter Dan 2019-03-22 12:39:15 +0100
  • 149130831b
    Merge pull request #141 from pyrogram/inline-mode Dan 2019-03-22 12:15:00 +0100
  • 27666ec174 Small docs fixes Dan 2019-03-22 12:14:31 +0100
  • f0138ce555 Fix Inline buttons parsing Dan 2019-03-22 11:58:49 +0100
  • 921800f902 Clean up docstrings Dan 2019-03-22 11:53:25 +0100
  • bc9f902376 Clean up inline-mode Dan 2019-03-22 11:35:35 +0100
  • 4138e668c0
    Remove trailing slashes from links Dan 2019-03-21 19:02:31 +0100
  • fede74398c Fix inline-mode branch breaking after many commits from develop Dan 2019-03-21 18:37:00 +0100
  • acbbfabb27 Merge branch 'develop' into inline-mode Dan 2019-03-21 17:40:49 +0100
  • 33c6da44b2 Merge branch 'develop' into asyncio Dan 2019-03-21 17:05:01 +0100
  • afcde95b30 Fix parsing ChannelForbidden; it doesn't have default permissions Dan 2019-03-21 17:03:35 +0100
  • a4217ab58b Merge branch 'develop' into asyncio Dan 2019-03-21 14:09:07 +0100
  • 41729cbdda Fix argument not passed with name Dan 2019-03-21 14:08:09 +0100
  • 159090483f Update style Dan 2019-03-21 14:04:46 +0100
  • 03707fd312 Merge branch 'develop' into asyncio Dan 2019-03-21 14:02:35 +0100
  • 081b9b280a Add ability to forward messages as copies (#227) bakatrouble 2019-03-21 15:53:07 +0300
  • ac591cf3c7 Add more Message convenience methods (#233) Eric Solinas 2019-03-20 15:44:20 +0100
  • 5aa93b8287 Show TOS on signup just once while program is running (#231) bakatrouble 2019-03-20 16:20:38 +0300
  • 9d701bc226 Fix import order causing errors Dan 2019-03-16 20:15:25 +0100
  • a06885dd14 Add support for "async with" context manager Dan 2019-03-16 19:56:25 +0100
  • a329e56259 Fix import order causing errors Dan 2019-03-16 19:56:04 +0100
  • 84fb959c8c Merge branch 'develop' into asyncio Dan 2019-03-16 19:49:01 +0100
  • 3e18945f3c Reformat code Dan 2019-03-16 19:23:23 +0100
  • bdb03957db
    Merge pull request #230 from pyrogram/__slots__ Dan 2019-03-16 19:13:31 +0100