Dan
|
570cb888b2
|
Merge develop -> asyncio-dev
|
2020-04-06 14:54:55 +02:00 |
|
Real Phoenix
|
207d451a01
|
Add more Chat bound methods (#383)
* Add more bound methods
Bound methods for get_chat_member, get_chat_members, iter_chat_members, add_chat_members
* Update compiler.py
Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
|
2020-04-06 14:51:40 +02:00 |
|
Real Phoenix
|
c1a835b74e
|
Add more Chat bound methods (#383)
* Add more bound methods
Bound methods for get_chat_member, get_chat_members, iter_chat_members, add_chat_members
* Update compiler.py
Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
|
2020-04-06 14:22:38 +02:00 |
|
Dan
|
850b79315f
|
Fix ttl_seconds not being parsed correctly
|
2020-04-04 23:47:09 +02:00 |
|
Dan
|
6dbd842106
|
Merge develop -> asyncio-dev
|
2020-04-03 17:19:06 +02:00 |
|
Dan
|
fa157b59f1
|
Add support for ChosenInlineResult objects
|
2020-04-03 17:15:28 +02:00 |
|
Dan
|
a54cd2e4fc
|
Add ttl_seconds to Photo objects
|
2020-04-02 13:55:47 +02:00 |
|
Dan
|
aa6c935d83
|
Merge develop -> asyncio-dev
|
2020-03-30 17:45:18 +02:00 |
|
Dan
|
b9c50b0ae0
|
Add extended chat permissions
|
2020-03-30 15:24:07 +02:00 |
|
Dan
|
746a6eb477
|
Add support for Dice objects
- add send_dice
- add Dice class
|
2020-03-30 14:38:57 +02:00 |
|
Dan
|
1996fb1481
|
Update Copyright
|
2020-03-21 15:43:32 +01:00 |
|
trenoduro
|
fde76f0e11
|
Fix 'Client' object has no attribute 'export_invite_link (#365)
|
2020-02-04 17:01:44 +01:00 |
|
Dan
|
af2035951a
|
Update Poll object for Polls 2.0
|
2020-02-01 15:39:28 +01:00 |
|
Eric Solinas
|
42f09cd361
|
Add missing file_ref argument to bound methods (#347)
|
2020-02-01 14:13:07 +01:00 |
|
Dan
|
42c9bafa0c
|
Update copyright notice
|
2020-02-01 14:04:33 +01:00 |
|
Dan
|
0f84f91939
|
Fix bound method Chat.restrict_member. Closes #351
|
2019-12-30 11:11:02 +01:00 |
|
Dan
|
0e9c7af2e5
|
Small fixes on webpage.py
|
2019-12-30 10:54:49 +01:00 |
|
Dan
|
1609efbfbc
|
Add .bind() method to re-enable bound-methods after deserialization
|
2019-10-27 09:53:40 +01:00 |
|
Dan
|
c929ce3097
|
Merge develop -> asyncio
|
2019-10-27 08:59:07 +01:00 |
|
Dan
|
e74521b1cc
|
Fix deserialization of pretty-printable lists
|
2019-10-24 15:09:20 +02:00 |
|
Dan
|
87512e20c3
|
Tiny copy-paste fix
|
2019-10-19 16:36:45 +02:00 |
|
Dan
|
85e08f774d
|
Merge branch 'develop' of https://github.com/pyrogram/pyrogram into develop
|
2019-10-19 16:35:54 +02:00 |
|
Тоша
|
cedb87ef41
|
Add is_creator field to Chat object (#306)
* Add is_creator field to Chat object
* Update chat.py
|
2019-10-19 16:35:26 +02:00 |
|
Dan
|
51cd186559
|
Fix group, channel and supergroup ChatPhoto downloads
Closes #326
|
2019-10-19 16:24:23 +02:00 |
|
Dan
|
a541bb45db
|
Merge develop -> asyncio
|
2019-09-21 22:21:20 +02:00 |
|
Dan
|
91d3508c13
|
Rename encode/decode to encode/decode_file_id
|
2019-09-21 22:17:42 +02:00 |
|
Dan
|
92c1b48132
|
Fix FILE_REFERENCE_* errors for uploads
|
2019-09-21 22:13:02 +02:00 |
|
Dan
|
1cd94520bf
|
Fix FILE_REFERENCE_* errors for downloads
|
2019-09-21 21:12:11 +02:00 |
|
Dan
|
03927404bc
|
Merge branch 'develop' into asyncio-dev
|
2019-09-14 20:59:10 +02:00 |
|
Dan
|
26bf84e43d
|
Don't try to parse ChatPhoto objects in case peer_access_hash is None
|
2019-09-14 20:58:53 +02:00 |
|
Dan
|
826885a821
|
Merge develop -> asyncio
|
2019-09-14 20:42:06 +02:00 |
|
Dan
|
840a9d1cc7
|
Update ChatPhoto parser
|
2019-09-14 19:30:07 +02:00 |
|
Dan
|
8f0b8babc2
|
Merge develop -> asyncio
|
2019-09-08 13:26:10 +02:00 |
|
Dan
|
25f2151151
|
Fix Restriction class not being exported
|
2019-09-08 11:58:58 +02:00 |
|
Dan
|
c163f16d7b
|
Merge develop -> asyncio
|
2019-09-07 17:10:28 +02:00 |
|
Dan
|
5b27b952c4
|
Add .title attribute for ChatMember objects (admins and owners only)
|
2019-09-07 17:08:00 +02:00 |
|
Dan
|
96334e0dba
|
Merge develop -> asyncio
|
2019-09-07 16:01:31 +02:00 |
|
Dan
|
047fe37860
|
Add support for scheduled messages
|
2019-09-07 15:56:46 +02:00 |
|
Dan
|
c3dde77274
|
Fix ChatPhoto failing to parse in case the user is not known yet
|
2019-09-07 15:55:58 +02:00 |
|
Dan
|
5f944056cc
|
Merge remote-tracking branch 'origin/asyncio-dev' into asyncio-dev
|
2019-09-07 13:43:31 +02:00 |
|
Dan
|
ce72a7edd9
|
Merge develop -> asyncio
|
2019-09-07 13:40:26 +02:00 |
|
Dan
|
5ce62bd79c
|
Add new Restriction object and make User and Chat objects use it
|
2019-09-07 13:28:05 +02:00 |
|
Dan
|
3f4441d0f5
|
Merge branch 'develop' of https://github.com/pyrogram/pyrogram into develop
|
2019-09-07 12:48:15 +02:00 |
|
Dan
|
fb771441ed
|
Merge branch 'layer-104' into develop
|
2019-09-07 12:47:25 +02:00 |
|
Dan
|
310810c320
|
Fix Message.click default parameters
|
2019-08-28 13:55:11 +02:00 |
|
Dan
|
fe6c5e542d
|
Add missing async and await keywords
|
2019-08-23 12:25:09 +02:00 |
|
Dan
|
2031df15fe
|
Update inline_query_result_photo.py
|
2019-08-23 11:52:12 +02:00 |
|
Dan
|
77e4128d54
|
Merge branch 'new-file-id-format' into develop
|
2019-08-21 09:36:02 +02:00 |
|
ColinShark
|
b74a8eba5e
|
Add bound method for get_common_chats (#305)
|
2019-08-20 10:12:55 +02:00 |
|
Dan
|
a829f74a16
|
Merge develop -> asyncio
|
2019-08-17 22:25:26 +02:00 |
|