Commit Graph

  • 341c41e7ef Add MESSAGE_EDIT_TIME_EXPIRED error Dan 2019-06-01 13:10:06 +0200
  • 48a5da8958 Let FutureSalt(s) attributes be plain integer instead of datetime values Dan 2019-05-31 16:36:20 +0200
  • 2df9f53e54 Add a FAQ about expiring sms codes Dan 2019-05-31 13:18:19 +0200
  • 364d3ec145 Revert: Improve codegen scripts Dan 2019-05-31 01:09:03 +0200
  • a984558860 Rename methods dealing with profile pictures Dan 2019-05-31 00:20:09 +0200
  • 06ad65e3a0 Improve codegen scripts Dan 2019-05-31 00:19:18 +0200
  • cb3addab1e Add iter_profile_photos method Dan 2019-05-31 00:18:43 +0200
  • 4ca87682af Fix Document.date attribute being a tuple Thanks Python... Dan 2019-05-31 00:16:31 +0200
  • 0340271b33 Refactor docstrings Dan 2019-05-30 15:23:43 +0200
  • 715ae14751 Update send_* methods (for file_ids) Dan 2019-05-30 14:57:52 +0200
  • 376909f356 Add get_input_media_from_file_id utility method For internal usage Dan 2019-05-30 14:56:59 +0200
  • 08d120be74 Add the LAYER attribute to each constructor Dan 2019-05-29 13:11:48 +0200
  • 79ab70557f Merge remote-tracking branch 'origin/develop' into develop Dan 2019-05-29 10:43:53 +0200
  • 16dbd8d8db Update development version Dan 2019-05-29 10:41:04 +0200
  • 782a4bce59 Update docs Dan 2019-05-29 10:40:48 +0200
  • 55599e33c6 Rework download_media to accommodate L100 changes Dan 2019-05-29 10:40:37 +0200
  • 3208b22849 Update all media types' thumbnails They are now a List of Thumbnail objects Dan 2019-05-29 09:50:41 +0200
  • b217bf3784 Refactor ChatPhoto to accommodate L100 changes Dan 2019-05-29 09:49:50 +0200
  • fda456cd1e Rename UserProfilePhotos to just Photos for brevity and elegance Dan 2019-05-29 09:49:13 +0200
  • 3a882b870b Add StrippedThumbnail type Still a WIP Dan 2019-05-29 09:47:43 +0200
  • aaa569a08d Revamp Thumbnail type (ex PhotoSize) Dan 2019-05-29 09:47:14 +0200
  • 807dcb67be Hide phone numbers and show human-friendly date formats when printing Dan 2019-05-29 09:46:21 +0200
  • 41d5a13b5f Extend Chat and User types with new fields is_verified, is_restricted, is_scam and is_support (user only) Dan 2019-05-29 09:44:57 +0200
  • 38de4299c5 Add get_user_dc method Dan 2019-05-29 09:43:48 +0200
  • 09d012b696 Rename get_user_profile_photos to get_user_photos Dan 2019-05-29 09:43:33 +0200
  • 86a4f63d37 Rename set_user_profile_photo to set_photo Users can only set a photo for themselves. Dan 2019-05-29 09:42:55 +0200
  • 83cd828386 Rename get_user_profile_photos_count to get_user_photos_count Dan 2019-05-29 09:41:59 +0200
  • 1390797f58 Rename delete_user_profile_photos to just delete_photos. It's implied an user can only delete own photos. Dan 2019-05-29 09:41:04 +0200
  • c2424029b5 Fix dialogs after L100 update Dan 2019-05-29 09:37:50 +0200
  • 4eaa891836 Update API schema to Layer 100 Dan 2019-05-28 19:50:21 +0200
  • e94dcd3b0b Update docs Dan 2019-05-28 16:41:55 +0200
  • 87ad981420 Add get_user_dc method Dan 2019-05-27 14:39:10 +0200
  • 41f010caad Add USER_DEACTIVATED_BAN error Dan 2019-05-26 16:52:22 +0200
  • b14ca1abf9
    Create FUNDING.yml Dan 2019-05-25 02:12:45 +0200
  • 39439255fd Merge develop -> asyncio Dan 2019-05-25 02:02:37 +0200
  • bb246f9e60 Update Pyrogram to v0.13.0 v0.13.0 Dan 2019-05-25 01:50:34 +0200
  • 4bc7345328 Update setup.py Dan 2019-05-25 01:49:52 +0200
  • 47c06fdae2 Docs revamp. Part 7 Dan 2019-05-23 18:59:29 +0200
  • d34daa9edc Add pyrogram.png Dan 2019-05-23 18:57:59 +0200
  • 7f78a1a504 Add MESSAGE_AUTHOR_REQUIRED error Dan 2019-05-23 08:34:33 +0200
  • be612a498b Add robots.txt Dan 2019-05-22 03:34:13 +0200
  • 375aa85505 Update sitemap.py Dan 2019-05-22 03:33:54 +0200
  • 79a8cefe5d Add USER_BANNED_IN_CHANNEL error Dan 2019-05-21 14:25:13 +0200
  • 8866a749e0 Fix spelling: an handler -> a handler Thanks @rastamanjohn for the hint Dan 2019-05-20 19:19:26 +0200
  • 5975a41090 Bump pysocks version to 1.7.0 Dan 2019-05-20 17:59:29 +0200
  • a6b4a3fe4b Update email address Dan 2019-05-20 17:59:04 +0200
  • 0dc953c320 Update domain name references to pyrogram.org Dan 2019-05-19 21:40:41 +0200
  • 2032cec4d0 Remove superfluous information Dan 2019-05-19 21:38:11 +0200
  • 578dab171c Docs revamp. Part 6 Dan 2019-05-18 03:21:02 +0200
  • 518220431e Docs revamp. Part 5 Dan 2019-05-18 01:45:01 +0200
  • b6ea451ee5 Reword some method return type docstrings Dan 2019-05-17 13:44:44 +0200
  • 23d0ef3cf9 Use "bot" as chat type for bots. We now have "private", "bot", "group", "supergroups" and "channel" chat types. Dan 2019-05-17 13:23:03 +0200
  • ddef2032e2 Update README.md Dan 2019-05-17 13:21:51 +0200
  • 53d0cc30f6 Remove get_chat_preview and have get_chat deal with ChatPreview objects Dan 2019-05-17 13:18:24 +0200
  • 82c3bb2dba Add three more internal server errors Dan 2019-05-17 13:13:58 +0200
  • fd69f45e98 Add CHAT_SEND_MEDIA_FORBIDDEN and INVITE_HASH_EXPIRED error Dan 2019-05-16 21:29:09 +0200
  • 944b672fe5 Docs revamp. Part 4 Dan 2019-05-16 21:28:34 +0200
  • a5e42572f6 Allow Message.click() without arguments. Default to 0 (first button) Dan 2019-05-13 21:05:47 +0200
  • 94de75f714 Bring back the possibility to use strings as callback query data In case bytes (which is the type used by telegram) can't be successfully decoded into strings, the raw bytes are presented instead of trying to decode by ignoring/replacing errors. Dan 2019-05-13 21:03:55 +0200
  • 0914654ba6 Fix cross-reference links Dan 2019-05-13 18:04:44 +0200
  • 29ac51f256 Include README.md into MANIFEST.in Dan 2019-05-13 17:21:15 +0200
  • ce15f357c1 Merge branch 'develop' of https://github.com/pyrogram/pyrogram into develop Dan 2019-05-13 17:17:45 +0200
  • 9a2602ff2a Update setup.py Dan 2019-05-13 17:17:20 +0200
  • fb014f315c
    Update and rename README.rst to README.md Dan 2019-05-13 17:15:00 +0200
  • 90115448ac Update link hint for No API Key found errors Dan 2019-05-13 16:37:26 +0200
  • 65c07b7d34 Use a better repr for all types now eval(repr(obj) == obj Dan 2019-05-13 16:06:34 +0200
  • 0e80b39c2c Build a much cleaner errors reference page Dan 2019-05-13 15:57:49 +0200
  • ef912d21ef Use more concise and cleaner description of a method and a type Dan 2019-05-12 19:49:06 +0200
  • eadda551c6 Docs revamp. Part 3 Dan 2019-05-12 19:26:55 +0200
  • f7cdc7ac3c Improve issue templates Dan 2019-05-12 00:18:59 +0200
  • cb2af5d05a Use a better qualified name for both raw types and functions Dan 2019-05-11 16:40:56 +0200
  • f16ed40532 Update examples Dan 2019-05-10 17:15:46 +0200
  • d48f18bea5 Merge remote-tracking branch 'origin/develop' into develop Dan 2019-05-10 16:56:07 +0200
  • ec12a8af58 Merge branch 'docs' into develop Dan 2019-05-10 16:55:40 +0200
  • 030b5261d2 Remove duplicated entry Thanks Colin Dan 2019-05-10 16:55:20 +0200
  • 64fa7ee5d6
    Create CODE_OF_CONDUCT.md Dan 2019-05-10 16:23:12 +0200
  • 9c505b3c26 Create question.md Swapped feature_requests with question. This commit also fixes the mess Dan 2019-05-10 16:19:59 +0200
  • e4b0a78f1a Docs revamp. Part 2 Dan 2019-05-10 16:14:10 +0200
  • 0770315727
    Create CONTRIBUTING.md Dan 2019-05-10 16:11:29 +0200
  • 3827581bd9
    Create feature_request.md Dan 2019-05-10 16:09:19 +0200
  • 570d7ca15e
    Create bug_report.md Dan 2019-05-10 16:06:45 +0200
  • 559eaa2d03 Use lower-case names for pages Dan 2019-05-09 14:37:02 +0200
  • 92283d6cab Add timeout to Message.click Dan 2019-05-09 05:55:44 +0200
  • 6530c7e293 Remove ChatAction module too It's pretty much useless, better just use strings Dan 2019-05-09 04:58:55 +0200
  • 3a494a478f Remove ParseMode It's pretty much useless, better just use "markdown" and "html" Dan 2019-05-09 04:32:43 +0200
  • 1737ba5f49 Revamp docs about the main Pyrogram package Dan 2019-05-09 04:28:46 +0200
  • ee91e6daa1 Rename bots folder to keyboards Dan 2019-05-08 19:52:21 +0200
  • 920f8ff911 Allow unlimited replies to be fetched with get_messages Dan 2019-05-08 16:01:03 +0200
  • 692befe038 Allow getting more than one reply via get_messages and replies param Just for fun (and for consistency with the code logic, since this part is implemented recursively), not really useful and might lead to frequent flood waits Dan 2019-05-08 15:40:36 +0200
  • bd9bb83df5 Reword some methods' docstring Dan 2019-05-07 18:26:27 +0200
  • bbd3137186 Merge branch 'develop' into asyncio Dan 2019-05-06 17:40:52 +0200
  • 591499121f Add an hint about which client is loading the plugins Dan 2019-05-06 17:39:57 +0200
  • 762ea3e62e Add an hint about which client is loading the plugins Dan 2019-05-06 17:39:57 +0200
  • 47c4fae36d Merge develop -> asyncio Dan 2019-05-06 17:27:21 +0200
  • 692073c856 Fix get_dialogs_count breaking in case of less than 200 dialogs Dan 2019-05-06 17:09:44 +0200
  • 08554633ce Add get_user_profile_photos_count method Dan 2019-05-06 17:07:41 +0200
  • e8e0c16daf Add get_contacts_count method Dan 2019-05-06 17:00:09 +0200
  • 4e77ead181 Add get_dialogs_count method Dan 2019-05-06 16:54:50 +0200
  • e80eebc234 Add get_history_count method Dan 2019-05-06 16:44:50 +0200
  • 95ef9a64de Fix small typos Dan 2019-05-06 16:40:07 +0200