Commit Graph

  • c5af9cbc42 Merge branch 'develop' into asyncio-dev Dan 2020-05-28 15:44:22 +0200
  • d82e9468f0 Strip whitespace characters from the end of the message but preserve closing tags Dan 2020-05-28 15:43:42 +0200
  • c0b38ff010 Merge develop -> asyncio-dev Dan 2020-05-25 16:32:04 +0200
  • b4467e82af Update Bot API diagram in docs Dan 2020-05-25 14:31:31 +0200
  • e30b9c5255 Fix small typos Dan 2020-05-23 15:03:52 +0200
  • 4a9cfa42de Make CallbackQuery.answer optional arguments actually optional Dan 2020-05-23 15:01:29 +0200
  • d93b9275f3
    Bugfixes in chat.py (#411) SuperCz1 2020-05-23 14:52:14 +0200
  • d5a18eb063 Add search_global method Dan 2020-05-23 14:50:14 +0200
  • bb89e949e8 Update send_dice: add basketball "dice" Dan 2020-05-23 13:42:49 +0200
  • 4add83c7a8 Merge branch 'develop' into asyncio-dev Dan 2020-05-16 14:40:59 +0200
  • 24f8032627 Merge remote-tracking branch 'origin/develop' into develop Dan 2020-05-16 14:40:28 +0200
  • 5b94c340c0 Fix Filters.regex failing in case the value is None Dan 2020-05-16 14:40:22 +0200
  • 0c83fa09a6
    Add file_name param to file-related functions (#308) demget 2020-05-16 13:33:21 +0300
  • 22eb42e1f3 Add Filter.linked_channel Eric Solinas 2020-05-16 12:24:14 +0200
  • 0e95e3620c Merge remote-tracking branch 'origin/asyncio-dev' into asyncio-dev Dan 2020-05-16 01:34:13 +0200
  • d50322a3f5 Merge develop -> asyncio-dev Dan 2020-05-16 01:33:42 +0200
  • efc92715cc Remove Filters.callback_data (superseded by Filters.regex) @ColinTheShark say goodbye, thanks. Dan 2020-05-16 00:40:05 +0200
  • 27d5caf40e Give Filters.regex superpowers Basically make it work on Message, CallbackQuery and InlineQuery updates Dan 2020-05-16 00:35:05 +0200
  • e4028fa6a7
    Add missing await (#403) Cezar H 2020-05-14 06:56:58 -0300
  • 0556efa26b Add support for joining linked chats with the .join() bound method Dan 2020-05-07 15:05:31 +0200
  • 12ce0a33c1 Add linked chats to Chat objects Dan 2020-05-07 14:57:28 +0200
  • db4a00da36 Merge develop -> asyncio Dan 2020-05-07 13:39:48 +0200
  • 128ab4b0b9 Move the automatic sleep mechanism down to Session Dan 2020-05-07 13:38:22 +0200
  • 74674cd615 Merge develop -> asyncio Dan 2020-05-07 13:00:03 +0200
  • 99aee987bd Add an automatic sleep mechanism for flood wait exceptions Dan 2020-05-07 12:53:45 +0200
  • c05c5c4441
    Add session name in "Sleeping for Xs" log lines (#401) SuperCz1 2020-05-07 11:35:08 +0200
  • 88e42ecc0d
    Update update_profile example (#395) CyanBook 2020-05-04 10:55:10 +0000
  • 3502153b70 Add copy button prompt text to ignore Dan 2020-05-02 21:17:05 +0200
  • 48e45fee9b Add missing update_profile to docs and Client Dan 2020-05-02 21:16:52 +0200
  • 4ff924bcfb Update Pyrogram to v0.17.1 v0.17.1 Dan 2020-05-02 21:17:22 +0200
  • 2563c1a6be Add copy button prompt text to ignore Dan 2020-05-02 21:17:05 +0200
  • fd4bd754cc Add missing update_profile to docs and Client Dan 2020-05-02 21:16:52 +0200
  • 2f3dc3f39e Merge branch 'develop' into asyncio-dev Dan 2020-05-02 21:02:40 +0200
  • dd9423bbb1 Update Pyrogram to v0.17.1 Dan 2020-05-02 21:02:06 +0200
  • 20de3fccdf Fix Match objects not being properly printed in Python 3.6 Dan 2020-05-02 15:01:15 +0200
  • 75bfa04f3f Merge branch 'develop' into asyncio-dev Dan 2020-05-01 18:46:45 +0200
  • 78ed83ebf7 Fix plugins not being properly unloaded Also, plugins' roots values will follow python notation: folder.plugins instead of folder/plugins, in case of roots inside another folder. Dan 2020-05-01 18:45:52 +0200
  • 23789393fe Fix missing async/await for set_slow_mode Dan 2020-05-01 16:37:03 +0200
  • 45c6df45e9 Merge branch 'develop' into asyncio-dev Dan 2020-04-30 11:55:03 +0200
  • dd9c4801ed Merge remote-tracking branch 'origin/develop' into develop Dan 2020-04-30 02:43:42 +0200
  • 858f82fd88 Update Pyrogram to v0.17.0 v0.17.0 Dan 2020-04-30 02:43:23 +0200
  • 0257fb79c5 Merge develop -> asyncio-dev Dan 2020-04-26 15:14:53 +0200
  • 22c29791c8
    Fix the type hint of Message's web_page (#392) MIRROR 2020-04-26 10:59:58 +0000
  • 8c2dd9d1c3 Fix ttl_seconds and thumbs not being optional Dan 2020-04-26 12:21:10 +0200
  • 5b042a6546 Add support for darts mini-game with send_dice Dan 2020-04-24 15:51:40 +0200
  • 8fa1ca5d0b Add emoji related errors Dan 2020-04-24 15:51:19 +0200
  • a4fcc758a6 Update API schema to Layer 112 Dan 2020-04-24 15:47:15 +0200
  • 4526a644dd Fix scheduled forward messages not being parsed correctly Dan 2020-04-23 13:02:55 +0200
  • e42d6acc08 Add support for scheduled forward messages Dan 2020-04-23 12:54:52 +0200
  • 72e150ca13 Add ttl_seconds field to Video objects Dan 2020-04-20 22:40:39 +0200
  • 944c6153b9 Merge branch 'develop' into asyncio-dev Dan 2020-04-12 19:39:15 +0200
  • 99604baaf4 Update restrict_chat_member and set_chat_permissions methods Dan 2020-04-12 13:42:00 +0200
  • ef5fa8f70b Fix message entities being kept unparsed for private messages Closes #386 Dan 2020-04-12 13:30:59 +0200
  • c99a9ad2b4 Merge develop -> asyncio-dev Dan 2020-04-10 13:45:15 +0200
  • 374dc6d143 Add search_messages method Dan 2020-04-10 13:37:11 +0200
  • 6f638cd8bd Add INPUT_FILTER_INVALID error Dan 2020-04-10 13:22:57 +0200
  • 91ebe5f2a8 Fix object decoder breaking on re.Match objects Dan 2020-04-08 23:29:11 +0200
  • 2444f44948 Merge branch 'develop' into asyncio-dev Dan 2020-04-06 16:09:53 +0200
  • 3e900214f4 Pass the required file_reference when editing media messages Dan 2020-04-06 16:09:35 +0200
  • 1b0b467d7b Fix iter_members not working properly as async generator Dan 2020-04-06 16:05:21 +0200
  • 570cb888b2 Merge develop -> asyncio-dev Dan 2020-04-06 14:54:55 +0200
  • 207d451a01 Add more Chat bound methods (#383) Real Phoenix 2020-04-06 14:22:38 +0200
  • c1a835b74e
    Add more Chat bound methods (#383) Real Phoenix 2020-04-06 17:52:38 +0530
  • 850b79315f Fix ttl_seconds not being parsed correctly Dan 2020-04-04 23:47:09 +0200
  • 6dbd842106 Merge develop -> asyncio-dev Dan 2020-04-03 17:19:06 +0200
  • fa157b59f1 Add support for ChosenInlineResult objects Dan 2020-04-03 17:15:28 +0200
  • a54cd2e4fc Add ttl_seconds to Photo objects Dan 2020-04-02 13:55:47 +0200
  • 945effc4a9 Add tabs to docs (tgcrypto.rst) Dan 2020-04-01 22:39:39 +0200
  • 0b93049822 Add content lists on relevant pages Dan 2020-04-01 20:08:46 +0200
  • 2046768a5e Fix wrong reported type Dan 2020-04-01 20:07:22 +0200
  • 3f17e88836 Add example on how to handle flood wait errors in the FAQ Dan 2020-04-01 18:01:10 +0200
  • 3cf758433d Add missing await keywords Dan 2020-03-30 18:35:50 +0200
  • aa6c935d83 Merge develop -> asyncio-dev Dan 2020-03-30 17:45:18 +0200
  • 8681ca2043 Don't spawn unnecessary threads when no_updates=True Dan 2020-03-30 17:33:28 +0200
  • 2ba921c84d Workaround the occasional delayed stop of a Client instance Dan 2020-03-30 16:59:22 +0200
  • b9c50b0ae0 Add extended chat permissions Dan 2020-03-30 15:24:07 +0200
  • 75ad20bc57 Fix wrong lines emphasize Dan 2020-03-30 14:39:36 +0200
  • 42cd135009 Add missing download_media progress example Dan 2020-03-30 14:39:16 +0200
  • 746a6eb477 Add support for Dice objects - add send_dice - add Dice class Dan 2020-03-30 14:38:57 +0200
  • 2f975c447e Add initial explanation on how to build docs Dan 2020-03-30 13:05:24 +0200
  • 75a39962f2 Update docs copyright year Dan 2020-03-30 13:03:35 +0200
  • fd0908227e Use -U instead of --upgrade (more concise) Dan 2020-03-30 13:03:02 +0200
  • 77ecdd21fb Move docs scripts into a dedicated folder Dan 2020-03-30 13:02:23 +0200
  • 441b89a8ac Add FAQs about Flood limits and sqlite3.OperationalError Dan 2020-03-30 13:01:52 +0200
  • 0681ea72f7 Add FAQ about webhooks Dan 2020-03-30 12:02:27 +0200
  • e741bcdb26 Drop [fast] setup directive Dan 2020-03-30 11:47:25 +0200
  • f5c78ed435 Update requirements.txt Dan 2020-03-30 11:41:12 +0200
  • 1b15b1e3b8 Clarify docs Dan 2020-03-30 11:19:58 +0200
  • 42d1f70481 Update API schema to Layer 111 Dan 2020-03-28 13:23:54 +0100
  • 5501ac07a4 Merge branch 'develop' of https://github.com/pyrogram/pyrogram into develop Dan 2020-03-21 16:06:35 +0100
  • b913590cea
    add missing file_ref in set_chat_photo (#369) Yusuf_M_Thon_iD 2020-03-21 22:03:54 +0700
  • a2652f02b5
    Fix RPCError 400 QUIZ_CORRECT_ANSWER_EMPTY (#367) trenoduro 2020-03-21 16:03:29 +0100
  • c892e85d52 Remove repeated word Dan 2020-03-21 16:01:48 +0100
  • 1996fb1481 Update Copyright Dan 2020-03-21 15:43:32 +0100
  • 4a3b1a0e37 Update .gitignore Dan 2020-03-21 15:30:12 +0100
  • f867c66083 Fix stop_transmission example Dan 2020-02-26 23:31:01 +0100
  • 28cee8d01f Do not ever use "recent" filtering automatically That code existed to improve members fetching performance for channels/supergroups with less than 10k+1 members, but it was causing troubles when fetching members based on a query string and for channels with less than 10k+1 subscribers Dan 2020-02-20 20:41:08 +0100
  • 7be86f8ea3 Update development version Dan 2020-02-20 20:07:00 +0100
  • 9e0868dd77 Merge remote-tracking branch 'origin/develop' into develop Dan 2020-02-20 13:55:03 +0100
  • 73d9af51ef Don't use the "recent" filter when passing a query argument Dan 2020-02-20 13:54:51 +0100