Dan
|
f69da98c99
|
Remove TODO
|
2018-05-17 16:49:35 +02:00 |
|
Dan
|
5f414626ef
|
Refactor tcp_intermediate
|
2018-05-16 21:14:05 +02:00 |
|
Dan
|
64fe9163d2
|
Refactor tcp_abridged
|
2018-05-15 19:17:22 +02:00 |
|
Dan
|
963c4e9a7a
|
Update develop version
|
2018-05-14 00:52:26 +02:00 |
|
Dan
|
3d74941bed
|
Add slots
|
2018-05-14 00:48:53 +02:00 |
|
Dan
|
0955826b6c
|
Change sig and parent class init call
|
2018-05-14 00:48:18 +02:00 |
|
Dan
|
33207c2138
|
Lazily compute html and markdown styled texts
|
2018-05-14 00:02:58 +02:00 |
|
Dan
|
2398de716c
|
Update to v0.7.4
|
2018-05-13 09:40:34 +02:00 |
|
Dan
|
31cfeaa68b
|
Allow downloading GIFs
|
2018-05-13 08:37:31 +02:00 |
|
Dan
|
5dff2fe604
|
Fix get_history in chats with less than 100 messages
|
2018-05-12 15:36:47 +02:00 |
|
Dan
|
ad36e1e0d1
|
Update version in docs
|
2018-05-12 14:16:36 +02:00 |
|
Dan
|
ea5853af18
|
Update TextFormatting.rst
|
2018-05-12 14:15:16 +02:00 |
|
Dan
|
0367c765e2
|
Document get_chat
|
2018-05-12 11:33:14 +02:00 |
|
Dan
|
d2713cb234
|
Document get_contacts
|
2018-05-12 11:31:09 +02:00 |
|
Dan
|
4e383c68d4
|
Fix typo
|
2018-05-12 11:24:30 +02:00 |
|
Dan
|
b9156453da
|
Fix docstring for argument being optional
|
2018-05-12 11:21:02 +02:00 |
|
Dan
|
24fd8ad1cf
|
Remove Update type from docs
|
2018-05-12 11:19:13 +02:00 |
|
Dan
|
52c49378a5
|
Add Messages to docs
|
2018-05-12 11:18:00 +02:00 |
|
Dan
|
e081637f37
|
Remove pyrogram types IDs from docs
|
2018-05-12 11:17:51 +02:00 |
|
Dan
|
42e8e1f9b5
|
Remove emoji from docs, for now
|
2018-05-12 11:14:39 +02:00 |
|
Dan
|
afffd5b4af
|
Allow entities to span in multiple lines
|
2018-05-12 10:51:24 +02:00 |
|
Dan
|
0578cf6edc
|
Update get_history.py example
|
2018-05-11 18:00:26 +02:00 |
|
Dan
|
ef93fee7aa
|
Add new Messages object and make get_history return it
|
2018-05-11 18:00:16 +02:00 |
|
Dan
|
f7aca803b1
|
Hint about text.markdown in docstrings
|
2018-05-11 16:03:25 +02:00 |
|
Dan
|
34d7749dbf
|
Add html attribute to message.text
|
2018-05-11 13:38:12 +02:00 |
|
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 |
|