Dan
|
d441f16879
|
Merge develop -> asyncio
|
2019-07-11 04:17:46 +02:00 |
|
Dan
|
f9ea45f987
|
Fix restrict_chat and restrict_chat_member combined permissions
|
2019-07-11 01:32:18 +02:00 |
|
Dan
|
52b0988af4
|
Clarify default value of supports_streaming parameter (send_video)
|
2019-07-10 22:04:57 +02:00 |
|
Dan
|
d119998212
|
Remove get_user_dc method, add dc_id attribute to User
|
2019-07-10 20:20:22 +02:00 |
|
Dan
|
e41d21ba29
|
Add "md" to possible parse modes for Markdown style
|
2019-07-10 20:03:10 +02:00 |
|
Dan
|
6a62d1b8c4
|
Fix tiny typo: contact -> contacts
|
2019-07-09 23:51:43 +02:00 |
|
Dan
|
82efc9a154
|
Small documentation fix
|
2019-07-09 19:03:15 +02:00 |
|
Dan
|
2769f5219d
|
Merge develop -> asyncio
|
2019-07-04 21:02:33 +02:00 |
|
Dan
|
bdd554575a
|
Fix export_chat_invite_link not working for bots on channels/supergroups
Telegram still hasn't enabled this for bots...
Closes
|
2019-07-04 21:00:22 +02:00 |
|
Dan
|
ee1f6e2c9f
|
Fix errors and warnings when using Pyrogram async with Python <3.5.3
|
2019-07-04 12:57:07 +02:00 |
|
Dan
|
ac4714c0dd
|
Merge develop -> asyncio
|
2019-07-02 00:05:51 +02:00 |
|
Dan
|
be3947e20b
|
Fix some methods not working correctly with the new Text Parser
|
2019-07-02 00:01:18 +02:00 |
|
Dan
|
b20e0ef2d2
|
Merge branch 'develop' into asyncio
# Conflicts:
# pyrogram/__init__.py
# pyrogram/client/methods/chats/export_chat_invite_link.py
# pyrogram/client/parser/html.py
|
2019-07-01 14:49:47 +02:00 |
|
Dan
|
580c684cb3
|
Fix export_chat_invite_link not working correctly (channels/supergroups)
|
2019-06-30 16:13:10 +02:00 |
|
Dan
|
8c2a971fec
|
Merge branch 'develop' into asyncio
# Conflicts:
# pyrogram/client/methods/messages/send_document.py
|
2019-06-28 16:31:52 +02:00 |
|
Dan
|
46bf382480
|
Fix self.parser not calling .parse for send_document
|
2019-06-28 16:31:32 +02:00 |
|
Dan
|
d8d72395b7
|
Merge branch 'develop' into asyncio
|
2019-06-28 11:12:19 +02:00 |
|
Dan
|
40bcd4e59d
|
Fix delete_profile_photos. Closes #259
|
2019-06-26 21:43:08 +02:00 |
|
Dan
|
8ef97f2177
|
Merge branch 'develop' into asyncio
# Conflicts:
# pyrogram/client/methods/messages/edit_message_text.py
# pyrogram/client/methods/messages/send_animation.py
# pyrogram/client/methods/messages/send_audio.py
# pyrogram/client/methods/messages/send_cached_media.py
# pyrogram/client/methods/messages/send_document.py
# pyrogram/client/methods/messages/send_message.py
# pyrogram/client/methods/messages/send_photo.py
# pyrogram/client/methods/messages/send_video.py
# pyrogram/client/methods/messages/send_voice.py
# pyrogram/client/parser/html.py
# pyrogram/client/parser/markdown.py
# pyrogram/client/types/input_message_content/input_text_message_content.py
|
2019-06-26 19:34:49 +02:00 |
|
Dan
|
39e25147bd
|
Update parse_mode parameter docstrings
|
2019-06-26 16:36:24 +02:00 |
|
Dan
|
f05e79e0f4
|
Update usages of Parser all around the library
|
2019-06-26 16:08:24 +02:00 |
|
Dan
|
1e546099a3
|
Merge develop -> asyncio
|
2019-06-23 01:35:53 +02:00 |
|
Dan
|
31f39a00ab
|
Make plugin callback functions return the function itself when decorated
|
2019-06-23 01:33:46 +02:00 |
|
Dan
|
84278f9cee
|
Merge branch 'develop' into asyncio
# Conflicts:
# pyrogram/client/ext/dispatcher.py
|
2019-06-22 00:49:13 +02:00 |
|
Dan
|
b439e44015
|
Fix tiny typo
|
2019-06-21 03:43:43 +02:00 |
|
Dan
|
a8dfe61f7e
|
Merge develop -> asyncio
|
2019-06-20 04:17:24 +02:00 |
|
Dan
|
30192de1ad
|
Update pyrogram/client to accommodate Storage Engines
|
2019-06-19 16:10:37 +02:00 |
|
Dan
|
d472d06c48
|
Merge branch 'develop' into session_storage
|
2019-06-19 15:54:52 +02:00 |
|
Dan
|
651b8d891d
|
Merge pull request #256 from ColinTheShark/develop
Add convenience methods to block and unblock Users
|
2019-06-17 14:43:26 +02:00 |
|
ColinShark
|
1fd31cac1e
|
Add convenience methods to block and unblock Users
|
2019-06-17 14:34:49 +02:00 |
|
ColinShark
|
10de006cc5
|
Add returned object
|
2019-06-17 09:47:12 +02:00 |
|
Dan
|
142d5ab335
|
Merge branch 'develop' into session_storage
# Conflicts:
# pyrogram/client/client.py
# pyrogram/client/ext/base_client.py
# pyrogram/client/ext/syncer.py
# pyrogram/client/methods/contacts/get_contacts.py
|
2019-06-15 23:52:34 +02:00 |
|
Dan
|
80d8443be4
|
Fix script executions not working outside the current directory
Fixes #41
|
2019-06-15 23:02:31 +02:00 |
|
Dan
|
61ed44ff5f
|
Add edit_inline_* methods to deal with inline messages only
|
2019-06-14 04:52:05 +02:00 |
|
Dan
|
c485715db1
|
Small docstrings fixup
|
2019-06-14 02:47:17 +02:00 |
|
Dan
|
22199b0fe5
|
Implement editing of messages sent via inline bots
- edit_message_text
- edit_message_caption
- edit_message_media
- edit_message_reply_markup
|
2019-06-14 02:15:33 +02:00 |
|
Dan
|
93082ce894
|
Reword get_user_dc docstrings
|
2019-06-12 13:43:28 +02:00 |
|
Dan
|
b86373d28c
|
Improve get_history_count
|
2019-06-12 11:43:24 +02:00 |
|
Dan
|
4f2928e7b5
|
Improve get_profile_photos and get_profile_photos_count
|
2019-06-12 11:37:43 +02:00 |
|
Dan
|
a21858a262
|
Merge pull request #251 from pyrogram/types-revamp
Types revamp
|
2019-06-12 10:48:10 +02:00 |
|
Dan
|
83af58258c
|
Fix download_media ignoring the file_name argument
|
2019-06-11 20:36:09 +02:00 |
|
Dan
|
b9b50bad94
|
Fix get_users and get_contacts not returning pretty-printable lists
|
2019-06-11 16:46:10 +02:00 |
|
Dan
|
7baa00353d
|
Add a FAQ about DC migration
|
2019-06-11 15:59:39 +02:00 |
|
Dan
|
1ee8487712
|
Merge branch 'develop' into types-revamp
# Conflicts:
# pyrogram/client/methods/users/get_profile_photos.py
|
2019-06-11 14:45:21 +02:00 |
|
Dan
|
af08606087
|
Fix get_profile_photos not working when passing "me"/"self" as argument
|
2019-06-09 13:01:24 +02:00 |
|
Dan
|
5f3b7b97aa
|
Add archive_chats and unarchive_chats methods
|
2019-06-08 19:15:19 +02:00 |
|
Dan
|
a769fdfd20
|
Remove GameHighScores type
|
2019-06-08 15:16:51 +02:00 |
|
Dan
|
cfbc5298df
|
Remove Messages type
|
2019-06-08 15:13:52 +02:00 |
|
Dan
|
797de058e8
|
Remove ProfilePhotos type
|
2019-06-08 14:09:16 +02:00 |
|
Dan
|
c8fd446cb6
|
Remove Dialogs type
|
2019-06-08 14:00:00 +02:00 |
|