Commit Graph

127 Commits

Author SHA1 Message Date
Dan
9e4267dd2c Move media types in their own folder 2018-07-08 08:58:10 +02:00
Dan
960280b996 Add new ChatMembers type 2018-07-08 08:39:36 +02:00
Dan
c2369c26ca Merge branch 'develop' into asyncio
# Conflicts:
#	pyrogram/client/client.py
#	pyrogram/client/ext/utils.py
2018-07-04 21:51:10 +02:00
Dan
91cf2d1a8e Make Dialog and Dialogs importable and printable 2018-07-04 21:05:00 +02:00
Dan
dc7c9af826 Set v0.8.0dev1 for the asyncio branch
This way people can easily tell whether they are running the correct
branch or not (pip is misbehaving lately and installations from git
don't replace files).
2018-07-02 20:49:48 +02:00
Dan
8bb4fdd67d Update to v0.7.6dev1 2018-07-02 20:48:58 +02:00
Dan
a2b4d59cdb Merge branch 'develop' into asyncio
# Conflicts:
#	pyrogram/client/methods/users/get_user_profile_photos.py
2018-06-28 20:10:38 +02:00
Dan
bae7b4c851 Make Photo importable from the top level package 2018-06-28 20:02:31 +02:00
Dan
77c696aec0 Merge branch 'develop' into asyncio 2018-06-27 17:21:14 +02:00
Dan
37aae4382e Update to v0.7.5 2018-06-27 16:38:41 +02:00
Dan
5e3618ccb7 Merge branch 'develop' into asyncio 2018-06-25 01:00:32 +02:00
Dan
04a86054b0 Update to dev version 0.7.5.dev5 2018-06-25 00:53:45 +02:00
Dan
5f727cb5a2 Merge branch 'develop' into asyncio
# Conflicts:
#	pyrogram/client/client.py
#	pyrogram/client/ext/base_client.py
#	pyrogram/client/methods/bots/request_callback_answer.py
#	pyrogram/session/session.py
2018-06-24 19:27:37 +02:00
Dan
66f91b1b63 Update dev version 2018-06-24 14:31:06 +02:00
Dan
06cb2a1168 Move try..except block at the top 2018-06-23 16:00:37 +02:00
Dan
d06097c68a Use uvloop, if available 2018-06-23 15:53:56 +02:00
Vitali
e6c6bd839c Add Handler to deleted messages update 2018-06-19 11:18:12 -03:00
Dan
9001ccd11f Add DisconnectHandler 2018-05-23 14:27:17 +02:00
Dan
49414799e2 Update dev version 2018-05-21 13:59:31 +02:00
Dan
963c4e9a7a Update develop version 2018-05-14 00:52:26 +02:00
Dan
2398de716c Update to v0.7.4 2018-05-13 09:40:34 +02:00
Dan
ef93fee7aa Add new Messages object and make get_history return it 2018-05-11 18:00:16 +02:00
Dan
6b549ef077 Update to 0.7.4b1 2018-05-11 13:16:42 +02:00
Dan
84f9c2145c Add support for GIF files 2018-05-11 11:56:27 +02:00
Dan
ee5cfa740a Update develop version 2018-05-09 21:41:20 +02:00
Dan
7f27c43b30 Set develop version 2018-05-06 13:59:15 +02:00
Dan
c58db10e9f Update to v0.7.3 2018-05-03 15:48:05 +02:00
Dan
074d98c209 Update to v0.7.2 2018-05-02 16:07:43 +02:00
Dan
9c7935702f Add callback query support 2018-04-28 23:48:38 +02:00
Dan
f6b0e0e0dc Initial support for Reply Markups 2018-04-27 19:04:16 +02:00
Dan
6e78935857 Accommodate the new types 2018-04-24 16:08:33 +02:00
Dan
797e102c3f Update to v0.7.1 2018-04-18 17:20:17 +02:00
Dan
069dbb3e7a Update to v0.7.0 2018-04-18 15:38:01 +02:00
Dan
fcc595c586 Update version 2018-04-16 13:28:19 +02:00
Dan
472ed8e355 Document the new features 2018-04-11 03:16:48 +02:00
Dan
b0a528cadf Make Filters importable via the main package 2018-04-10 00:25:41 +02:00
Dan
1a7ab62ed9 Add handler for raw mtproto updates 2018-04-08 13:20:31 +02:00
Dan
ee2d66b416 Only keep MessageHandler 2018-04-07 23:34:28 +02:00
Dan
7bd52c3718 Add handlers to __init__ file 2018-04-06 18:37:54 +02:00
Dan
1fe2b11a0a Update imports 2018-04-05 20:21:02 +02:00
Dan
66347a7140 Move pyrogram types import on the top 2018-04-05 00:19:13 +02:00
Dan
1d9bb22789 Merge branch 'master' into new-api 2018-03-28 12:58:48 +02:00
Dan
6f9c12bfe9 Update to v0.6.5 2018-03-27 12:56:28 +02:00
Dan
f28992ce90 Yet another fix for the encoding problems 2018-03-27 12:33:56 +02:00
Dan
26e102047e Import pyrogram types 2018-03-26 15:16:27 +02:00
Dan
a956463a57 Update to v0.6.4 2018-03-24 17:15:24 +01:00
Dan
5fc61e2fc9 Update to v0.6.3 2018-03-14 12:03:10 +01:00
Dan
608feac985 Update to v0.6.2 2018-02-27 20:05:11 +01:00
Dan
2ab8fbe047 Add InputPhoneContact type 2018-02-20 15:01:28 +01:00
Dan
aaf1b5c862 Update to v0.6.1 2018-02-17 16:29:03 +01:00
Dan
1db1339de8 Update to v0.6.0 2018-02-15 22:22:00 +01:00
Dan
66156431ef Add Emoji module 2018-02-15 18:24:37 +01:00
Dan
eb36a8f261 Add InputMedia class 2018-02-02 19:00:43 +01:00
Dan
19f861964e Update to v0.5.0 2018-01-30 13:45:47 +01:00
Dan
e542c73966 Fix UnicodeDecodeError 2018-01-26 01:05:38 +01:00
Dan
84ae464b52 Add ParseMode module 2018-01-23 15:35:21 +01:00
Dan
70be5558c9 Update to v0.4.2 2018-01-21 17:12:04 +01:00
Dan
0ac5b37278 Re-encode by replacing errors 2018-01-21 16:59:06 +01:00
Dan
a3c3d5a740 Update to v0.4.0 2018-01-18 14:19:18 +01:00
Dan
25412cdfd7 Update to v0.3.3 2018-01-06 14:30:55 +01:00
Dan
b06ae1c38e Update to v0.3.2 2018-01-03 19:10:40 +01:00
Dan
d70c2bb564 Update copyright year 2018-01-01 13:24:07 +01:00
Dan
5297fb0587 Update to v0.3.0 2017-12-30 22:48:47 +01:00
Dan
74788f934f Expose the Error class from the main package 2017-12-30 19:31:22 +01:00
Dan
2d9579945b Update to v0.2.2 2017-12-25 13:45:16 +01:00
Dan
7b6d71753d Update to v0.2.1 2017-12-24 00:04:09 +01:00
Dan
d01f6f67a9 Update to v0.2.0 2017-12-20 16:31:58 +01:00
Dan
d79d4f7821 Update to v0.1.8 2017-12-18 14:51:57 +01:00
Dan
8086d68b27 Update to v0.1.7 2017-12-18 09:08:19 +01:00
Dan
14127ae1f0 Update to v0.1.6 2017-12-17 14:39:37 +01:00
Dan
b90c1fe263 Update to v0.1.5 2017-12-15 10:11:14 +01:00
Dan
914e7745f6 Update to v0.1.4 2017-12-14 10:59:43 +01:00
Dan
cc95cd62bb Update to v0.1.3 2017-12-14 01:04:12 +01:00
Dan
e7c44933c2 Move chat actions to a separate class 2017-12-12 14:51:02 +01:00
Dan
bfe82182e1 Update v0.1.2 2017-12-12 11:20:23 +01:00
Dan
bbf7738631 Remove unnecessary import 2017-12-06 19:07:50 +01:00
Dan
5332a5f36d Add top package init file 2017-12-05 12:26:27 +01:00