4bc7345328Update setup.py
Dan
2019-05-25 01:49:52 +0200
47c06fdae2Docs revamp. Part 7
Dan
2019-05-23 18:59:29 +0200
d34daa9edcAdd pyrogram.png
Dan
2019-05-23 18:57:59 +0200
7f78a1a504Add MESSAGE_AUTHOR_REQUIRED error
Dan
2019-05-23 08:34:33 +0200
be612a498bAdd robots.txt
Dan
2019-05-22 03:34:13 +0200
375aa85505Update sitemap.py
Dan
2019-05-22 03:33:54 +0200
79a8cefe5dAdd USER_BANNED_IN_CHANNEL error
Dan
2019-05-21 14:25:13 +0200
8866a749e0Fix spelling: an handler -> a handler Thanks @rastamanjohn for the hint
Dan
2019-05-20 19:19:26 +0200
5975a41090Bump pysocks version to 1.7.0
Dan
2019-05-20 17:59:29 +0200
a6b4a3fe4bUpdate email address
Dan
2019-05-20 17:59:04 +0200
0dc953c320Update domain name references to pyrogram.org
Dan
2019-05-19 21:40:41 +0200
2032cec4d0Remove superfluous information
Dan
2019-05-19 21:38:11 +0200
578dab171cDocs revamp. Part 6
Dan
2019-05-18 03:21:02 +0200
518220431eDocs revamp. Part 5
Dan
2019-05-18 01:45:01 +0200
b6ea451ee5Reword some method return type docstrings
Dan
2019-05-17 13:44:44 +0200
23d0ef3cf9Use "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
ddef2032e2Update README.md
Dan
2019-05-17 13:21:51 +0200
53d0cc30f6Remove get_chat_preview and have get_chat deal with ChatPreview objects
Dan
2019-05-17 13:18:24 +0200
82c3bb2dbaAdd three more internal server errors
Dan
2019-05-17 13:13:58 +0200
fd69f45e98Add CHAT_SEND_MEDIA_FORBIDDEN and INVITE_HASH_EXPIRED error
Dan
2019-05-16 21:29:09 +0200
944b672fe5Docs revamp. Part 4
Dan
2019-05-16 21:28:34 +0200
a5e42572f6Allow Message.click() without arguments. Default to 0 (first button)
Dan
2019-05-13 21:05:47 +0200
94de75f714Bring 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
0914654ba6Fix cross-reference links
Dan
2019-05-13 18:04:44 +0200
29ac51f256Include README.md into MANIFEST.in
Dan
2019-05-13 17:21:15 +0200
Create bug_report.md
Dan
2019-05-10 16:06:45 +0200
559eaa2d03Use lower-case names for pages
Dan
2019-05-09 14:37:02 +0200
92283d6cabAdd timeout to Message.click
Dan
2019-05-09 05:55:44 +0200
6530c7e293Remove ChatAction module too It's pretty much useless, better just use strings
Dan
2019-05-09 04:58:55 +0200
3a494a478fRemove ParseMode It's pretty much useless, better just use "markdown" and "html"
Dan
2019-05-09 04:32:43 +0200
1737ba5f49Revamp docs about the main Pyrogram package
Dan
2019-05-09 04:28:46 +0200
ee91e6daa1Rename bots folder to keyboards
Dan
2019-05-08 19:52:21 +0200
920f8ff911Allow unlimited replies to be fetched with get_messages
Dan
2019-05-08 16:01:03 +0200
692befe038Allow 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
bd9bb83df5Reword some methods' docstring
Dan
2019-05-07 18:26:27 +0200
bbd3137186Merge branch 'develop' into asyncio
Dan
2019-05-06 17:40:52 +0200
591499121fAdd an hint about which client is loading the plugins
Dan
2019-05-06 17:39:57 +0200
762ea3e62eAdd an hint about which client is loading the plugins
Dan
2019-05-06 17:39:57 +0200
47c4fae36dMerge develop -> asyncio
Dan
2019-05-06 17:27:21 +0200
692073c856Fix get_dialogs_count breaking in case of less than 200 dialogs
Dan
2019-05-06 17:09:44 +0200
08554633ceAdd get_user_profile_photos_count method
Dan
2019-05-06 17:07:41 +0200
e8e0c16dafAdd get_contacts_count method
Dan
2019-05-06 17:00:09 +0200
4e77ead181Add get_dialogs_count method
Dan
2019-05-06 16:54:50 +0200
e80eebc234Add get_history_count method
Dan
2019-05-06 16:44:50 +0200
95ef9a64deFix small typos
Dan
2019-05-06 16:40:07 +0200