Commit Graph

  • 6daa501972 Add a friendly interface for getting chat event logs Add get_chat_event_log method Add ChatEvent and ChatEventFilter types Dan 2021-03-03 19:02:20 +0100
  • b5c39121c3 Small code and docs fixes Dan 2021-03-03 18:59:15 +0100
  • 46ced1aa11 Fix sphinx warnings Dan 2021-03-03 18:57:49 +0100
  • ee9d0e4622 Add FAQ about client library & framework definitions Dan 2021-03-03 18:57:27 +0100
  • 52e905d6e7 Update conf.py - Copyright year - Docstrings params fixes Dan 2021-03-03 18:51:26 +0100
  • 9c0210e87a Fix 404 link Dan 2021-03-03 18:50:17 +0100
  • 2154872acb Add can_manage_voice_chats to admin permissions Dan 2021-02-27 20:35:49 +0100
  • 83f4d12ad2 Allow Message.copy to remove reply markups Dan 2021-02-27 20:12:36 +0100
  • a390eceba3
    Fix Message.copy ReplyMarkup (#604) Ripe 2021-02-27 18:57:12 +0000
  • 1afc998061 Mention that linked_chat is available only when using get_chat Closes #629 Dan 2021-02-27 19:08:44 +0100
  • d7f2bd9030 Fix some index out of range errors Closes #601 Dan 2021-02-27 19:02:52 +0100
  • e390aea86e Enable docs for Message.get_media_group Dan 2021-02-27 18:56:28 +0100
  • 6a22e2e262
    Add bound method get_media_group() (#593) Legenda24 2021-02-27 22:53:18 +0500
  • 415beb21f2 Update issue templates Dan 2021-02-27 18:40:29 +0100
  • 5dabeeafbb Update API schema to Layer 124 Dan 2021-02-23 13:04:10 +0100
  • 9f5179863a Update API schema (Layer 123 patch) Dan 2021-02-12 21:21:23 +0100
  • b47c5a93b1 Fix enum items showing ids instead of names Dan 2021-02-12 12:36:32 +0100
  • 2ad21e9096
    Fix Typo in input_media_audio() (#614) ColinShark 2021-02-09 20:25:27 +0100
  • fcf91661fc Fix User._parse_status type hints Dan 2021-01-29 12:58:03 +0100
  • 57128c0ab7 Add Chat.is_fake and User.is_fake Dan 2021-01-29 12:57:38 +0100
  • 1bba5cad54
    Fix small typo in copy_message()'s examples (#588) Krishna-singhal 2021-01-29 17:17:52 +0530
  • 811324b907
    Add missing docstrings for Chat.iter_members and .get_members (#600) ポキ 2021-01-29 16:46:43 +0500
  • c3819ddb56 Update API schema to Layer 123 Dan 2021-01-28 13:03:39 +0100
  • 33d373adbe Update Pyrogram to v1.1.13 Dan 2021-01-18 07:31:06 +0100
  • f9a129ab5f Fix wrong emphasize lines Dan 2021-01-18 07:29:51 +0100
  • b9adc5c294 Add missing bound method Chat.mark_unread Dan 2021-01-18 07:29:33 +0100
  • 967f25796c
    Fix strikethrough message entity unparsing (#598) Harsh 2021-01-17 16:46:06 +0530
  • 2b3e5f2b0a Update Pyrogram to v1.1.12 Dan 2021-01-14 21:51:10 +0100
  • 54b92c0892
    Fix issues with global_search(): add the filter parameter (#589) ポキ 2021-01-15 01:49:51 +0500
  • 27614c0c19 Update Pyrogram to v1.1.11 Dan 2021-01-12 22:26:59 +0100
  • 4b3fc729ad Fix small typo: Message.unpin was pinning Dan 2021-01-12 22:26:24 +0100
  • 3c992e8f86 Add missing Message.unpin docs Dan 2021-01-12 22:25:19 +0100
  • 63cc36d759 Update Pyrogram to v1.1.10 Dan 2021-01-10 16:46:47 +0100
  • 2ad1d9cbc8 Fix wrong excepted error Closes #582 Dan 2021-01-10 16:46:16 +0100
  • 79583a29fc
    Remove obsolete example from docs (#576) Krishna-singhal 2021-01-10 20:30:38 +0530
  • 38d60f5e10
    Fix DC sessions for inline message edits (#585) Ripe 2021-01-10 14:59:27 +0000
  • 99829eff9c
    Update copyright year in forgotten places (#583) ポキ 2021-01-10 19:56:42 +0500
  • c25871c452
    Mention that members_count is obtained from get_chat only (#581) Pari030 2021-01-08 10:00:45 +0100
  • ff5cabb3c8 Update Pyrogram to v1.1.9 Dan 2021-01-08 09:02:57 +0100
  • 51f771457c Fix captions not being preserved when editing media Dan 2021-01-08 09:02:29 +0100
  • 15f95a0706 Update README.md Dan 2021-01-05 14:43:45 +0100
  • d28db96128 Add new errors Dan 2021-01-03 20:56:47 +0100
  • 59ca3bcd35 Update Pyrogram to v1.1.8 Dan 2021-01-02 18:46:18 +0100
  • a48d27f501 Always run crypto-related functions in the dedicated thread Dan 2021-01-02 18:45:43 +0100
  • 7dda167c09 Update copyright notice Year 2021 Dan 2021-01-01 22:58:48 +0100
  • dbadfb2850 Update file_id tests Dan 2021-01-01 22:55:51 +0100
  • 820fe2cbcd Fix thumbnail downloads Dan 2021-01-01 22:21:06 +0100
  • 38efceefb1 Update Pyrogram to v1.1.7 Dan 2020-12-27 21:08:47 +0100
  • a8a9a1ac1f Also print the exception type when logging query issues Use "repr(e)" instead of "e" alone (i.e "str(e)") because sometimes builtin exceptions have no message (for example: OSError, TimeoutError) Dan 2020-12-27 21:08:01 +0100
  • 91ec6ebf1b Merge branch 'develop' of https://github.com/pyrogram/pyrogram Dan 2020-12-26 22:07:12 +0100
  • c2c857b61b Fix wrong usages of italic delimiters Dan 2020-12-26 13:08:40 +0100
  • a3464e0bf1 Update Pyrogram to v1.1.6 Dan 2020-12-25 15:23:09 +0100
  • 449b065fe9 Fix get_profile_photos returning a list of None Dan 2020-12-25 15:22:37 +0100
  • d4c07304d0 Allow copying bots' messages reply markups Even though this often requires a user account to fetch other bots' messages Dan 2020-12-25 12:42:27 +0100
  • 3d971fb577 Allow passing False instead of None for optional flag-boolean parameters Previously, passing anything that was not None would result in the boolean flag being set to True, even when passing False. This will make it simpler to deal with optional flag-boolean values in the raw API. Dan 2020-12-25 12:08:48 +0100
  • 4698f716ad Update Pyrogram to v1.1.5 Dan 2020-12-25 00:06:09 +0100
  • f764d245f5 Fix bad mime_type default value in case it doesn't exist Dan 2020-12-25 00:05:49 +0100
  • 34f62b9c67 Update Pyrogram to v1.1.4 Dan 2020-12-24 19:46:52 +0100
  • 0d357fb5a9 Improve HTML parser Closes #567 Dan 2020-12-24 19:35:41 +0100
  • 01a3aab482
    Fix typing hint missing in forward_messages function (#569) Kunoi Sayami 2020-12-25 02:18:46 +0800
  • 6e29283d04 Update Pyrogram to v1.1.3 Dan 2020-12-23 19:04:54 +0100
  • ed79f73bd7 Rework and simplify message parsing Dan 2020-12-23 19:04:28 +0100
  • 730243f451 Update Pyrogram to v1.1.2 Dan 2020-12-23 17:20:31 +0100
  • 4b77bbd468 Fix get_dialogs breaking in case of empty messages Dan 2020-12-23 17:20:06 +0100
  • 19878ae633 Specify that dates are in unix time Dan 2020-12-23 16:26:02 +0100
  • d47a0133f1 Update Pyrogram to v1.1.1 Dan 2020-12-23 16:19:52 +0100
  • df1a792cee Exclude the tests folder from binary distributions Also remove some unneeded package data Dan 2020-12-23 16:19:02 +0100
  • 865f4274c3 Fix messages not having a reply-to-message when they actually do Dan 2020-12-23 16:18:27 +0100
  • bec7ef96eb Fix sitemap.py breaking after moving it inside the scripts folder Dan 2020-12-23 14:21:10 +0100
  • b683580b1b Update Pyrogram to v1.1.0 v1.1.0 Dan 2020-12-23 13:56:06 +0100
  • 3ca90b84c7 Update API schema (Layer 122 patch, again) Dan 2020-12-22 19:57:21 +0100
  • d82ecf048a Remove non-python files Dan 2020-12-20 18:28:21 +0100
  • 18b3ca1892 Simplify mime types guessing and remove unused code Dan 2020-12-20 17:58:35 +0100
  • 29fa3ec520 Remove unneeded util functions and improve docs Dan 2020-12-20 17:57:41 +0100
  • 1dc4df8cb1
    Improve typing hints (#537) Alisson Lauffer 2020-12-20 13:05:17 -0300
  • e1dac6c0e2
    Add new method get_media_group (#550) Legenda24 2020-12-20 21:02:54 +0500
  • 503327c864 Update API schema (Layer 122 patch) Dan 2020-12-14 17:33:05 +0100
  • db3b262b8c
    Typo on_chosen_inline_query -> on_chosen_inline_result (#559) Shrimadhav U K 2020-12-12 21:27:51 +0530
  • 04cf4e68e3
    Add mark_chat_unread() method (#322) ColinShark 2020-12-12 16:56:26 +0100
  • 8b3e1ce9cc Make generating new salts independent of the system clock Closes #553 Dan 2020-12-12 16:46:40 +0100
  • 7efd0d1d4e
    Merge pull request #555 from JosXa/patch-1 Dan 2020-12-11 19:15:58 +0100
  • 1835b62a40
    Merge pull request #556 from drizzt/video-ttl_seconds Dan 2020-12-11 18:34:49 +0100
  • e7667d851e Add "speaking" chat action Dan 2020-12-08 22:30:37 +0100
  • 9891eb77a1 Bump beta version Dan 2020-12-08 22:26:43 +0100
  • a30e49fe79 Ignore PhotoPathSize for now Dan 2020-12-08 22:25:42 +0100
  • 5cbe03e89e Update API schema to Layer 122 Dan 2020-12-08 22:25:11 +0100
  • 844e53a70e Move crypto calls to threads in case of big enough chunks Dan 2020-12-07 19:16:46 +0100
  • 521e403f92 Fix peer ids decoding from file ids Dan 2020-12-07 19:15:46 +0100
  • 3c8f41b1d2 Add more verbose error in case of network issues Dan 2020-12-07 19:11:26 +0100
  • d2023c39ae Fix copied messages reporting "None" in case of empty captions Dan 2020-12-07 17:22:10 +0100
  • 76b9f97681 Fix little typo Dan 2020-12-05 17:00:00 +0100
  • 2f3bcd7ee5 Add Message.copy bound method Dan 2020-12-05 01:54:07 +0100
  • c606f836d4 Remove as_copy from forward_messages (superseded by copy_message) Dan 2020-12-05 01:36:39 +0100
  • 7325daf870 Add new method: copy_message Dan 2020-12-05 01:35:24 +0100
  • 6f878949e1 Add missing caption_entities parameter to send_cached_media Dan 2020-12-05 01:34:14 +0100
  • babbe00e5e Add ttl_seconds support for send_video and reply_video Timothy Redaelli 2020-12-03 12:21:38 +0100
  • ff0fa9cbc3
    Update get_dialogs.py Joscha Götzer 2020-12-03 02:51:03 +0100
  • de0b215f8d Add a missing method to docs and move one to the correct space Dan 2020-12-02 17:27:04 +0100
  • 8f71527bbd Update errors Dan 2020-12-02 17:00:42 +0100
  • b8934ae17c
    Don't process MessageEmpty in get_dialogs Joscha Götzer 2020-12-01 21:55:33 +0100