Commit Graph

  • 293e852afd
    Add new method set_bot_commands (#657) Jonathan 2021-05-11 11:22:17 +0300
  • ed3576e8e6
    Enable GitHub Actions on Pull Requests Dan 2021-05-11 10:18:30 +0200
  • ecd83c594c
    Fixed method Client.get_media_group (#619) Danipulok 2021-05-09 13:43:23 +0300
  • 429b871171
    Add method Client.copy_media_group (#592) Danipulok 2021-05-09 13:39:49 +0300
  • 934091d8ea Fix get_me being called for every command It needs to be called once only Dan 2021-05-07 13:18:00 +0200
  • 636ff776d6 Fix duplicated commands in Message.command Also add more test cases Related to #676 Dan 2021-05-06 19:20:12 +0200
  • 4fc4501445 Remove trailing username when adding args to Message.command Fixes #676 Dan 2021-05-06 13:02:26 +0200
  • 1d940b96a3 Turn boolean .media and .service fields into strings This way they can hold more info about the kind of media and service messages. For example: - message.media == "document" <-> message.document - message.service == "new_chat_title" <-> message.new_chat_title Dan 2021-05-05 14:38:29 +0200
  • 97bd544333 Fix save_file path argument docs. Closes #671 Dan 2021-05-05 14:04:39 +0200
  • 35df2cc1f3 Add filters.command tests Dan 2021-05-05 14:00:25 +0200
  • 6cf9dd839e Update configuration for tests Dan 2021-05-05 13:59:24 +0200
  • 8515ef1746 Update handling errors example Use asyncio.sleep instead of time.sleep Dan 2021-05-05 13:58:47 +0200
  • e9e6c30d05 Handle bot commands with trailing usernames Closes #139, #615 Dan 2021-05-05 13:58:03 +0200
  • a3e46b4957 Cleanup connection info logs Dan 2021-05-03 21:07:36 +0200
  • 826f815ca3 Merge branch 'master' of https://github.com/pyrogram/pyrogram Dan 2021-05-03 20:59:41 +0200
  • 928c8acd01 Fix iter_profile_photos wrong hinted return type Dan 2021-05-03 20:58:37 +0200
  • 2de1606e3d
    Fix GameHighScore in the chat with yourself (#669) Mario A 2021-04-26 20:45:23 +0200
  • 89860a4b4c Add VoiceChatScheduled type and Message.voice_chat_scheduled field Dan 2021-04-26 16:56:10 +0200
  • fa7673e51c Add the field chat_type to the class InlineQuery Dan 2021-04-26 16:20:09 +0200
  • 710cfa071d Lower log level for unmatched closing tag Dan 2021-04-26 16:13:36 +0200
  • 5e77387919 Fix empty messages don't have a chat id Dan 2021-04-26 16:12:11 +0200
  • e4f99df07c Better error message in case of empty data in buffer Dan 2021-04-26 16:09:39 +0200
  • c13230cb81 Merge branch 'layer-128' Dan 2021-04-26 16:07:56 +0200
  • 2eef1d5fcf Accommodate changes to photo file ids Dan 2021-04-13 11:16:45 +0200
  • 54350dc943 Merge branch 'handle-503-timeout' Dan 2021-04-26 15:32:07 +0200
  • 3c81006b40 Merge branch 'media-servers' Dan 2021-04-26 15:31:08 +0200
  • c5624c639b Cleaner error message Dan 2021-04-15 12:17:25 +0200
  • add492c1be Show the signal name instead of the number Dan 2021-04-15 12:04:43 +0200
  • 4f585c156c Update Pyrogram to v1.2.9 - Make less noise at the INFO log level Dan 2021-04-15 09:51:50 +0200
  • 0c814e9e5e Add support for media DC IPs Dan 2021-04-13 15:53:53 +0200
  • 416c351f6b Update API schema to Layer 128 Dan 2021-04-12 21:16:34 +0200
  • 9a8bf9d1dc Fix wrongly generated class names Dan 2021-04-12 09:28:58 +0200
  • 70ae12eb77 Handle ServiceUnavailable errors #664 Dan 2021-04-12 09:21:20 +0200
  • b6f97ee924 Add support for signed error codes Dan 2021-04-12 09:14:50 +0200
  • b59752e848 Test higher amount of threads #663 fix-thread-deadlock Dan 2021-04-10 12:54:37 +0200
  • 30d3658e19 This should fix the deadlock happening on callbacks using the same pool Related to #663 Dan 2021-04-07 13:57:59 +0200
  • 0b0bec9e27 Update Pyrogram to v1.2.8 Dan 2021-04-05 18:52:16 +0200
  • 818aebcc7c Fix memory session's delete() method not being implemented Closes #660 Dan 2021-04-05 18:51:42 +0200
  • aa6b226e64 Update Pyrogram to v1.2.6 Dan 2021-03-29 14:15:03 +0200
  • 50d1f30ac1 Add missing reply_markup for outgoing bot private messages Fix #656 Dan 2021-03-29 14:14:19 +0200
  • 701c1cde07 Update Pyrogram to v1.2.5 Dan 2021-03-25 15:35:15 +0100
  • 77ab7bffe7
    Fix Layer 126 changes [user_id -> participant] (#648) Leorio Paradinight 2021-03-25 20:01:31 +0530
  • a86656aefc Update Pyrogram to 1.2.4 Add missing parameters to chat.promote_member Dan 2021-03-22 16:26:39 +0100
  • 97bb996a53 Update Pyrogram to v1.2.3 Dan 2021-03-21 22:42:38 +0100
  • da697aec13 Fix messed up method names Dan 2021-03-21 22:39:59 +0100
  • ec1cd15094 Update Pyrogram to v1.2.2 Dan 2021-03-21 22:14:32 +0100
  • 808346f15b Fix wrong example due to a method rename Dan 2021-03-21 22:13:41 +0100
  • eed331b1b1 Do not copy empty messages Dan 2021-03-21 22:10:33 +0100
  • 70efffa896 Remove sphinx tabs extension Dan 2021-03-21 22:08:04 +0100
  • 19fab3cc78 Update Pyrogram to v1.2.1 Dan 2021-03-21 19:00:40 +0100
  • 1d55eaa1ba Fix inline keyboard buttons with empty values Dan 2021-03-21 18:57:06 +0100
  • a47e079fec Update Pyrogram to v1.2.0 v1.2.0 Dan 2021-03-21 16:32:30 +0100
  • b1dc0315a1 Update API schema to Layer 126 Dan 2021-03-21 16:32:10 +0100
  • e01ac7a3d3 Revert changes to the invite link regex pattern New invite link methods don't need this and this change was breaking old code (get_chat, join_chat) Dan 2021-03-20 13:16:55 +0100
  • 73edcb5e69 Update voice-calls.rst Dan 2021-03-20 11:06:05 +0100
  • f13651af1d Reword the license explanation Dan 2021-03-20 11:05:23 +0100
  • 66b1229664 Fix broken hyperlinks Dan 2021-03-20 10:40:38 +0100
  • b39a6cd2d4 Add FAQ about sqlite3.InterfaceError Dan 2021-03-20 10:37:01 +0100
  • c971616808 Add add_contact, improve delete_contacts and import_contacts Dan 2021-03-20 10:13:40 +0100
  • f153350ab5 Merge branch 'CyanBook-master' into notifications notifications Dan 2021-03-20 07:48:47 +0100
  • 6ad4272c5c Remove any reference with timedelta CyanBook 2020-11-01 14:44:40 +0100
  • 024f89d3fa Update update_chat_notifications bound methods to only accept unix time CyanBook 2020-08-30 23:29:33 +0200
  • 1940c97c6d Update update_chat_notifications to accept unix time only CyanBook 2020-08-30 23:27:13 +0200
  • 673a618873 Add update_chat_notifications CyanBook 2020-08-27 23:15:53 +0200
  • 3445507a9a Update types.rst Dan 2021-03-20 07:41:49 +0100
  • 2d785acdc7 Add Message.edit and Message.reply to docs Dan 2021-03-19 20:42:48 +0100
  • b8cd08adb0 Use Pyrogram's List when consuming generators This will pretty print them when using non-async methods Dan 2021-03-19 17:42:05 +0100
  • 54ad043a70 Add get_chat_invite_link method Dan 2021-03-18 18:33:11 +0100
  • a85ca8cc1a Fix type hint Dan 2021-03-18 18:17:12 +0100
  • 73a1fee28a
    Fix stackable plugin decorators with include/exclude directives (#643) Jonathan 2021-03-18 12:34:36 +0200
  • b6613fbd63 Update API schema to Layer 125 (patch) Dan 2021-03-17 20:38:00 +0100
  • c7914f6c57 Allow stackable plugin decorators for on_chat_member_updated Dan 2021-03-17 20:10:09 +0100
  • f0b1cc41f3
    Allow decorators in plugins to be stacked (#642) Jonathan 2021-03-17 21:07:54 +0200
  • c72bbcf9e1 Fix ChatMemberUpdated args being parsed when they don't exist Dan 2021-03-17 18:12:34 +0100
  • 3fe43f8413 Update ChatInviteLink docs Dan 2021-03-17 18:11:18 +0100
  • 2eb7ab2f6e Add support for user mentions inside inline query results Dan 2021-03-17 17:26:51 +0100
  • 182768a5d3 Add support for LoginUrl buttons Dan 2021-03-17 17:13:55 +0100
  • a94c3bb465 Add support for invite link chat log events (edit, revoke, delete) Dan 2021-03-17 16:04:34 +0100
  • 1c52d21d65 Minor document fixes Dan 2021-03-17 15:42:54 +0100
  • ddb2d84f96 Add support for can_manage_chat permission Dan 2021-03-17 15:19:36 +0100
  • dff3d993e1 Add support for updates about chat member status changes Dan 2021-03-17 15:11:23 +0100
  • 86cc1837b6 Add support for the new bowling animation (dice) Dan 2021-03-17 15:09:04 +0100
  • 89e590b968 Move the "unknown constructor found" logging logic Dan 2021-03-17 15:03:18 +0100
  • 975ff219f2 Add support for voice chat service messages Dan 2021-03-17 13:23:18 +0100
  • 783e89e0f0 Add filters for voice chat service messages Dan 2021-03-17 13:22:19 +0100
  • 6678af08aa Add filters.dice to filter Dice messages Dan 2021-03-17 13:18:16 +0100
  • ee5f39374c
    Add support for the improved Invite Links (#639) ColinShark 2021-03-17 12:40:36 +0100
  • 42b1865743
    Use a shorter if-expression (#621) Tuqay Abdullazade 2021-03-17 15:37:56 +0400
  • 54b20875b9
    Fix filters.create documentation (#623) Dametto Luca 2021-03-14 12:44:13 +0100
  • f407facdc7
    Fix for strikethrough unparsing in markdown (#627) Harsh 2021-03-14 17:13:12 +0530
  • 9cbbf79972
    Add missing info in forward_from_chat (#632) Mystery Boy 2021-03-14 17:12:30 +0530
  • de68f83c1f
    Use fixed length mask instead of dynamic length (#635) Kunoi Sayami 2021-03-14 19:41:26 +0800
  • 4f16c174a3 Add one more 5xx error Dan 2021-03-14 12:39:17 +0100
  • 4afedd7ba6 Update errors list Dan 2021-03-14 12:37:13 +0100
  • 2db8256276 Update offset by the amount of messages retrieved Dan 2021-03-14 12:30:57 +0100
  • 31148c3a56 Update API schema to Layer 125 Dan 2021-03-14 12:25:17 +0100
  • 137de2da0f Update support.rst Dan 2021-03-06 12:42:34 +0100
  • ce6ba8d122 Update outdated information Dan 2021-03-06 11:33:07 +0100
  • deef5781bf Rename support-pyrogram.rst to support.rst Dan 2021-03-06 11:24:52 +0100
  • 8bf0706cdf Delete powered-by.rst Dan 2021-03-06 11:24:30 +0100