Dan
|
c0f61fd40c
|
Add html unparse
|
2018-05-11 13:37:49 +02:00 |
|
Dan
|
6b549ef077
|
Update to 0.7.4b1
|
2018-05-11 13:16:42 +02:00 |
|
Dan
|
6c5ab7ed8a
|
Add possibility to choose a config file path
|
2018-05-11 13:10:49 +02:00 |
|
Dan
|
9e4c53f948
|
Merge branch 'xates-choose-config-file' into develop
# Conflicts:
# pyrogram/client/client.py
|
2018-05-11 12:51:24 +02:00 |
|
Dan
|
9bb8fe55da
|
Remove unused import and class
|
2018-05-11 12:50:48 +02:00 |
|
Dan
|
9078639243
|
Add send_gif method
|
2018-05-11 12:41:18 +02:00 |
|
Dan
|
e1e0029cc5
|
Rename media type 1 to chat_photo
|
2018-05-11 11:57:05 +02:00 |
|
Dan
|
696a86791f
|
Add GIF filter
|
2018-05-11 11:56:48 +02:00 |
|
Dan
|
84f9c2145c
|
Add support for GIF files
|
2018-05-11 11:56:27 +02:00 |
|
Dan
|
31635327ca
|
Add missing comma
|
2018-05-10 18:13:27 +02:00 |
|
Dan
|
30c6741ec6
|
Update Str class
|
2018-05-10 15:52:53 +02:00 |
|
Dan
|
89af1d0827
|
Fix unparse not taking surrogates into account
|
2018-05-10 15:25:01 +02:00 |
|
Dan
|
d41464e12e
|
Small pattern fix
|
2018-05-10 15:11:13 +02:00 |
|
Dan
|
efeade88c1
|
Cleaner markdown
|
2018-05-10 15:07:03 +02:00 |
|
Dan
|
dc47d8e386
|
Add custom Str and use it for texts and captions.
This would allow usages like message.text.markdown which will
return the unparsed markdown text
|
2018-05-10 14:47:15 +02:00 |
|
Dan
|
b334b06117
|
Add markdown unparse method
|
2018-05-10 14:46:14 +02:00 |
|
Dan
|
d16219e187
|
Add MEDIA_CAPTION_TOO_LONG error
|
2018-05-10 12:19:27 +02:00 |
|
Dan
|
ee5cfa740a
|
Update develop version
|
2018-05-09 21:41:20 +02:00 |
|
Dan
|
cc9aeb290a
|
Don't process empty messages
|
2018-05-09 21:40:24 +02:00 |
|
Dan
|
3419b0b98e
|
Merge branch 'mixin' into develop
# Conflicts:
# pyrogram/client/client.py
|
2018-05-09 20:30:22 +02:00 |
|
Dan
|
14f23d388c
|
Clean get_history
|
2018-05-09 20:27:29 +02:00 |
|
Dan
|
781edda56a
|
Handle get_messages flood wait
|
2018-05-09 19:50:57 +02:00 |
|
Dan
|
a1c3e40800
|
Make parse_messages accept a list of messages
|
2018-05-09 19:29:23 +02:00 |
|
Dan
|
65c67aaf57
|
Move download_media
|
2018-05-09 13:36:33 +02:00 |
|
Dan
|
8cc7cdba9a
|
Remove text submodule
|
2018-05-09 13:08:16 +02:00 |
|
Dan
|
662d49d885
|
Add get_history.py
|
2018-05-09 13:06:32 +02:00 |
|
Dan
|
06e6579091
|
Update some inconsistent docstrings
|
2018-05-09 13:04:02 +02:00 |
|
Dan
|
07965850bf
|
Fix some other method docstrings
|
2018-05-09 12:47:11 +02:00 |
|
Dan
|
746a0d0595
|
Fix send_contact and send_document docstrings
|
2018-05-09 12:44:43 +02:00 |
|
Dan
|
e6070cbc87
|
Fix send_audio docstrings
|
2018-05-09 12:43:38 +02:00 |
|
Dan
|
f92b74328f
|
Fix send_chat_action docstrings
|
2018-05-09 12:38:09 +02:00 |
|
Dan
|
63b4f909df
|
Split location parameter into lat and long
|
2018-05-09 12:33:51 +02:00 |
|
Dan
|
5be87a0dec
|
Add Filters.bot
|
2018-05-08 18:08:51 +02:00 |
|
Dan
|
5782fb4224
|
Add get_history method
|
2018-05-07 21:56:15 +02:00 |
|
Dan
|
c0890d8cdb
|
Make get_me return the new type
|
2018-05-07 16:45:05 +02:00 |
|
Dan
|
4f14dd7abe
|
Remove the new parameter in export_chat_invite_link
|
2018-05-07 16:40:50 +02:00 |
|
Dan
|
3386fd040a
|
Fix style
|
2018-05-07 16:38:11 +02:00 |
|
Dan
|
78ccb93bc1
|
Add TimeoutError on possible raises
|
2018-05-07 16:37:54 +02:00 |
|
Dan
|
bef0a24408
|
Small fixes
|
2018-05-07 15:55:41 +02:00 |
|
Dan
|
8454d438be
|
Refactor the project by using Mixin classes
This will cut client.py down from ~4k to ~1k SLOC and also
makes the whole project tidier and more organized.
|
2018-05-07 14:30:55 +02:00 |
|
Dan
|
f5521370bb
|
Add progress_args to download_media as well
|
2018-05-06 15:45:42 +02:00 |
|
Dan
|
00420aec92
|
Use the already computed channel_id
|
2018-05-06 15:06:32 +02:00 |
|
Dan
|
e270c7d5f8
|
Remove unpack_dispatch_and_ack method
|
2018-05-06 14:55:41 +02:00 |
|
Dan
|
7f27c43b30
|
Set develop version
|
2018-05-06 13:59:15 +02:00 |
|
Dan
|
b0eee21730
|
Update examples README.md
|
2018-05-06 13:20:29 +02:00 |
|
Dan
|
735dfb6a0c
|
Add callback_query_handler.py example
|
2018-05-06 13:03:37 +02:00 |
|
Dan
|
e8b708b35d
|
Fix examples links
|
2018-05-06 12:53:29 +02:00 |
|
Dan
|
07c37cd94c
|
Add send_bot_keyboards.py example
|
2018-05-06 12:51:48 +02:00 |
|
Dan
|
b35b1a8e74
|
Update examples
|
2018-05-06 11:56:25 +02:00 |
|
Dan
|
ef9ce19a8b
|
Add HISTORY_GET_FAILED error
|
2018-05-06 10:58:45 +02:00 |
|