Commit Graph

  • 1fd31cac1e Add convenience methods to block and unblock Users ColinShark 2019-06-17 14:34:49 +0200
  • 10de006cc5 Add returned object ColinShark 2019-06-17 09:47:12 +0200
  • 142d5ab335 Merge branch 'develop' into session_storage Dan 2019-06-15 23:52:34 +0200
  • 80d8443be4 Fix script executions not working outside the current directory Fixes #41 Dan 2019-06-15 23:02:31 +0200
  • abc0e992cf Fix Sticker.set_name being treated as tuple/list-like when should in fact be a string Yes, that little comma messed things up (again) Dan 2019-06-15 17:59:28 +0200
  • 237e434e78 Merge branch 'develop' of https://github.com/pyrogram/pyrogram into develop Dan 2019-06-15 17:59:12 +0200
  • a1aef9cf25
    Hint about how to ask good questions Dan 2019-06-15 15:57:00 +0200
  • 4492d9d20b Put italic in quotes, adapt text_mention (#254) ColinShark 2019-06-15 13:55:50 +0200
  • ef8f3bd6e1 Revert: CallbackQuery edit_* bound methods renamed to edit_message_* Dan 2019-06-14 04:53:04 +0200
  • 61ed44ff5f Add edit_inline_* methods to deal with inline messages only Dan 2019-06-14 04:52:05 +0200
  • 3ed1bb0d86 Rename CallbackQuery edit_* bound methods to edit_message_* We are editing the message the callback query comes from, not the callback query itself. Dan 2019-06-14 03:57:12 +0200
  • 3ae77d55c7 Rename edit -> edit_text and reply -> reply_text bound methods Dan 2019-06-14 02:52:01 +0200
  • c485715db1 Small docstrings fixup Dan 2019-06-14 02:47:17 +0200
  • da4ff268a4 Add edit, edit_caption, edit_media and edit_reply_markup bound methods to the CallbackQuery type Dan 2019-06-14 02:46:27 +0200
  • 22199b0fe5 Implement editing of messages sent via inline bots - edit_message_text - edit_message_caption - edit_message_media - edit_message_reply_markup Dan 2019-06-14 02:12:06 +0200
  • a2d1752e89 Update information about Telegram DCs. Also add IPv6 addresses Thanks Fela for pointing it out that only DC3 is an alias, DC2 and DC4 are both functioning independently, as per latest information. Dan 2019-06-12 22:26:41 +0200
  • c8b4f3dac9 Add FAQ about Pyrogram stability and reliability Dan 2019-06-12 14:05:59 +0200
  • 93082ce894 Reword get_user_dc docstrings Dan 2019-06-12 13:43:28 +0200
  • 1ce749a562 Hint about the Advanced Usage page in the method index Dan 2019-06-12 12:42:39 +0200
  • aaaa119318 Hint about which DC exactly is having problems. Dan 2019-06-12 12:41:55 +0200
  • b86373d28c Improve get_history_count Dan 2019-06-12 11:43:24 +0200
  • df6e174b55 Fix InputPhoneContact docstring Dan 2019-06-12 11:38:06 +0200
  • 4f2928e7b5 Improve get_profile_photos and get_profile_photos_count Dan 2019-06-12 11:37:43 +0200
  • a21858a262
    Merge pull request #251 from pyrogram/types-revamp Dan 2019-06-12 10:48:10 +0200
  • 684aef3ded Fix files downloaded with no file name Dan 2019-06-11 21:12:00 +0200
  • 92625795ef Update develop version Dan 2019-06-11 20:50:36 +0200
  • 83af58258c Fix download_media ignoring the file_name argument Dan 2019-06-11 20:36:09 +0200
  • fd0a40442a Fix plugins not getting reloaded properly when restarting a client Dan 2019-06-11 18:31:38 +0200
  • b9b50bad94 Fix get_users and get_contacts not returning pretty-printable lists Dan 2019-06-11 16:46:10 +0200
  • 7baa00353d Add a FAQ about DC migration Dan 2019-06-11 15:59:39 +0200
  • c8b757acee Move advanced utility methods somewhere else in the docs index Dan 2019-06-11 15:59:15 +0200
  • 1ee8487712 Merge branch 'develop' into types-revamp Dan 2019-06-11 14:45:21 +0200
  • 10e5dbb6e8 Update issue templates Dan 2019-06-11 14:44:30 +0200
  • 6ddb28c3e4 Small docs layout fixup Dan 2019-06-10 17:41:55 +0200
  • af08606087 Fix get_profile_photos not working when passing "me"/"self" as argument Dan 2019-06-09 13:01:24 +0200
  • 6e6dd54d40 Add missing attributes to the Chat type Dan 2019-06-08 19:55:40 +0200
  • 34616ebf61 Add .archive() and .unarchive() bound methods to User Dan 2019-06-08 19:29:55 +0200
  • 6e3d8ca20b Add .archive() and .unarchive() bound methods to Chat Dan 2019-06-08 19:25:57 +0200
  • 9b12e823b4 Fix Message bound methods' docstrings Dan 2019-06-08 19:25:12 +0200
  • 5f3b7b97aa Add archive_chats and unarchive_chats methods Dan 2019-06-08 19:15:19 +0200
  • 0075534753 Add a bunch of new errors - MEGAGROUP_PREHISTORY_HIDDEN - CHAT_LINK_EXISTS - LINK_NOT_MODIFIED - BROADCAST_ID_INVALID - MEGAGROUP_ID_INVALID Dan 2019-06-08 19:13:27 +0200
  • 3ab624c706 Add FOLDER_ID_INVALID error Dan 2019-06-08 18:54:33 +0200
  • 5a0bcdaf42 Update robots.txt Dan 2019-06-08 16:51:03 +0200
  • 43493733c9 Rearrange code Dan 2019-06-08 15:28:03 +0200
  • 94d90efc80 Rename section from "Keyboards" to "Bots & Keyboards" Dan 2019-06-08 15:27:09 +0200
  • 09c5b239be Add FOLDER_DEAC_AUTOFIX_ALL error. Weird new 500-class error Dan 2019-06-08 15:21:32 +0200
  • a769fdfd20 Remove GameHighScores type Dan 2019-06-08 15:14:28 +0200
  • cfbc5298df Remove Messages type Dan 2019-06-08 15:13:52 +0200
  • 797de058e8 Remove ProfilePhotos type Dan 2019-06-08 14:08:39 +0200
  • c8fd446cb6 Remove Dialogs type Dan 2019-06-08 14:00:00 +0200
  • 2db2ca3283 Remove ChatMembers type Dan 2019-06-08 13:49:01 +0200
  • 2e05c81a5c Update docs about Telegram data centers Dan 2019-06-08 11:33:52 +0200
  • fd3c8cf94f Merge develop -> asyncio Dan 2019-06-07 19:26:27 +0200
  • b46ffe1414 Update Pyrogram to v0.14.1 v0.14.1 Dan 2019-06-07 18:53:45 +0200
  • e63b915ec2 Fix trailing commas breaking older Python versions Dan 2019-06-07 18:51:04 +0200
  • c65e210c03 Fix FileData namedtuple using Python 3.7+ features Dan 2019-06-07 18:48:34 +0200
  • 89e6f4137b Fix get_chat_member always returning self for basic groups Dan 2019-06-07 18:00:00 +0200
  • d95bbdf445 Update next develop version Dan 2019-06-07 16:37:28 +0200
  • f9ceed0c9c Merge branch 'develop' into asyncio Dan 2019-06-07 16:36:49 +0200
  • 3c1faff2a6 Update sitemap.py Dan 2019-06-07 16:24:18 +0200
  • 571af6e0b9 Update Pyrogram to v0.14.0 Dan 2019-06-07 16:05:33 +0200
  • 317a647583 Reword some parts of the docs Dan 2019-06-07 15:50:15 +0200
  • a80c5c1dbb Fix broken links on decorators' docs Dan 2019-06-07 15:48:46 +0200
  • fe55233f50 Merge develop -> asyncio Dan 2019-06-06 19:33:45 +0200
  • da515af959 Rearrange code Dan 2019-06-06 19:29:44 +0200
  • b205c6cce0 Rename Photos to ProfilePhotos Dan 2019-06-06 19:09:52 +0200
  • 8151270a94 Update docs Dan 2019-06-06 18:25:23 +0200
  • 6bebe2297e Rename "thumbnails" to "thumbs" Dan 2019-06-05 21:03:46 +0200
  • 17ddb0d1b7 Update get_chat_member docstrings Dan 2019-06-05 13:58:32 +0200
  • 9bd9d7797b Replace "with await" with "async with" Dan 2019-06-05 11:58:29 +0200
  • b3d6b41ca8 Fix Syncer not creating Event and Lock objects inside the current loop Dan 2019-06-05 11:28:29 +0200
  • 7c3bbb3fc7 Merge develop -> asyncio Dan 2019-06-05 11:25:31 +0200
  • 0ea512bbc3 Update docs: add release notes from GitHub Dan 2019-06-05 11:05:01 +0200
  • a35e2620f8 Fix export_chat_invite_link for basic groups in Layer 100 Dan 2019-06-04 23:36:10 +0200
  • a425e00a96 Add read_history method Dan 2019-06-04 19:16:30 +0200
  • 806e0d79ec Tiny fixup Dan 2019-06-04 19:11:40 +0200
  • 896c9fa4fd Add "unsave" parameter to send_animation Dan 2019-06-04 16:32:42 +0200
  • 1be8ca94cc Update docs with new content Dan 2019-06-04 16:10:32 +0200
  • 9a44c79a82 Rename PyrogramType to Object Dan 2019-06-03 16:56:37 +0200
  • d5517f4d5f Rename Object to TLObject Dan 2019-06-03 14:19:50 +0200
  • d4dbff3226 Merge develop -> asyncio Dan 2019-06-02 19:13:17 +0200
  • 4d97aae933 Merge remote-tracking branch 'origin/develop' into develop Dan 2019-06-02 18:58:06 +0200
  • 6683b18b2b Add FAQ about easter eggs Dan 2019-06-02 18:57:43 +0200
  • 6d9443c82e Reword some docs sections Dan 2019-06-02 18:57:00 +0200
  • cfec26d3db Add PyrogramList type Dan 2019-06-02 16:16:16 +0200
  • c0a2b4601a
    Merge pull request #248 from ColinTheShark/develop Dan 2019-06-02 00:31:03 +0200
  • 5cb709ee75 Make it one-line ColinShark 2019-06-02 00:25:59 +0200
  • 12cc6fa4eb Removed Placeholder, break down comparison ColinShark 2019-06-02 00:13:52 +0200
  • d3cb386a6f Appropiate naming ColinShark 2019-06-01 23:39:26 +0200
  • 04aada818e Less arbitrary name for Filter, Adapt Docstring ColinShark 2019-06-01 23:36:45 +0200
  • 2eba6e58f9 Remove Optionality for args ColinShark 2019-06-01 23:34:20 +0200
  • 0a96355c5d Add Filter for Callback_Query.data ColinShark 2019-06-01 23:31:17 +0200
  • e9a2087fe0 Fix List not calling __repr__ Dan 2019-06-01 15:36:53 +0200
  • 56f1a8ca9d Add send_animated_sticker to docs Dan 2019-06-01 15:25:42 +0200
  • acc0fab311 Fix animated stickers media type. They are documents for now Dan 2019-06-01 14:07:45 +0200
  • 1f2be4f1ce Add send_animated_sticker method Dan 2019-06-01 14:05:25 +0200
  • dc94da3895 Add application/x-tgsticker mime type with .tgs as extension Dan 2019-06-01 14:04:39 +0200
  • d243ebc2cd Performance improvements Dan 2019-06-01 13:18:48 +0200
  • f6361cd20f Allow bare lists from the MTProto API to be printed nicely Dan 2019-06-01 13:17:04 +0200
  • e7f6e9ec66 Cast is_bot value to bool Dan 2019-06-01 13:15:41 +0200