Dan
|
6cf6d49634
|
Update utils to accommodate changes on get_messages
|
2018-10-28 17:24:05 +01:00 |
|
Dan
|
39636f2843
|
Update get_messages signature
|
2018-10-28 17:18:00 +01:00 |
|
Dan
|
bc08ba86d9
|
Update emojis
|
2018-10-21 09:43:57 +02:00 |
|
Dan
|
35e3471961
|
The restriction_reason field is not always available
|
2018-10-21 09:43:22 +02:00 |
|
Dan
|
1fe46610cd
|
Make plugins disabled by default
Users need to explicitly set plugins_dir parameter
|
2018-10-21 09:42:22 +02:00 |
|
Dan
|
e88972a8f6
|
Add restriction_reason to User and Chat types. Closes #144
|
2018-10-18 11:10:37 +02:00 |
|
Dan
|
9e159a3f50
|
Merge branch 'plugins' into develop
|
2018-10-16 12:12:21 +02:00 |
|
Dan
|
79a9ddfab5
|
Some more changed in order to enhance UserStatus API design
|
2018-10-15 10:07:46 +02:00 |
|
Dan
|
b2b599e211
|
Rework user status parsing to also accommodate user_status updates
|
2018-10-15 09:47:47 +02:00 |
|
Dan
|
c9ce188bbe
|
Remove "bot" property from UserStatus
|
2018-10-14 17:56:10 +02:00 |
|
Dan
|
69c1532eae
|
Rename LastSeen to UserStatus
It will make more sense later on when I add UserStatus updates
handler.
|
2018-10-14 17:17:50 +02:00 |
|
Dan
|
7b369a73bb
|
Add parse_last_seen util method
|
2018-10-14 17:11:27 +02:00 |
|
Dan
|
345ac6e16a
|
Merge branch 'develop' into plugins
|
2018-10-13 10:42:07 +02:00 |
|
Dan
|
9649b1457c
|
Don't make use of hardcoded default int values too
|
2018-10-13 10:41:58 +02:00 |
|
Dan
|
340fb9c145
|
Merge branch 'develop' into plugins
# Conflicts:
# pyrogram/client/client.py
# pyrogram/client/ext/base_client.py
|
2018-10-13 10:39:47 +02:00 |
|
Dan
|
a32009a79d
|
Don't make use of hardcoded default string values
|
2018-10-13 10:38:44 +02:00 |
|
Dan
|
0b79f96b4f
|
Turn hardcoded plugins dir into a constant
|
2018-10-12 14:19:26 +02:00 |
|
Dan
|
1be144288c
|
Add a proxy to the Client instance inside CallbackQuery objects
|
2018-10-09 14:07:01 +02:00 |
|
Dan
|
2779e33d13
|
Rename "token" to "bot_token"
|
2018-09-10 19:55:53 +02:00 |
|
Dan
|
21d914e414
|
Remove unused constant
|
2018-08-19 19:40:23 +02:00 |
|
Dan
|
25662748cf
|
Add foursquare_type to Venue
|
2018-08-14 14:25:54 +02:00 |
|
Dan
|
4fe9cffc32
|
Code style fix
|
2018-08-13 22:06:43 +02:00 |
|
Dan
|
85c50ef4dd
|
Add phone_number message entity
|
2018-08-13 22:06:20 +02:00 |
|
Dan
|
b1c12c3232
|
Rename GIF to Animation
|
2018-08-06 21:38:44 +02:00 |
|
Dan
|
6cc87d50c9
|
Rename media type id to animation
|
2018-08-06 21:32:38 +02:00 |
|
Dan
|
1e727fbb43
|
Add extra attributes to User
is_self, is_contact, is_mutual_contact and is_deleted
|
2018-07-12 00:54:13 +02:00 |
|
Dan
|
f242aceb31
|
Add vCard support for contacts
|
2018-07-12 00:10:33 +02:00 |
|
Dan
|
e89d56e058
|
Add cashtag message entity
|
2018-07-11 23:54:11 +02:00 |
|
Dan
|
12ef2f8ca2
|
Fix video notes not having a file_name anymore
|
2018-07-11 17:48:18 +02:00 |
|
Dan
|
9214416f7c
|
Parse Voice waveform
|
2018-07-11 17:36:58 +02:00 |
|
Dan
|
d94139be9a
|
Add parse_chat_members util function
|
2018-07-08 08:39:10 +02:00 |
|
Dan
|
2b6c30d0e1
|
Update get_dialogs
|
2018-07-05 14:57:45 +02:00 |
|
Dan
|
15e3cf0fd5
|
Small fix
|
2018-07-04 21:39:09 +02:00 |
|
Dan
|
fe97a4d92b
|
Parse members_count
|
2018-07-04 21:32:35 +02:00 |
|
Dan
|
abbf7e6684
|
Use Photo as type for UserProfilePhotos photos list
|
2018-06-28 19:08:21 +02:00 |
|
Dan
|
b8bfb43a80
|
Use Photo as type for new_chat_photo
|
2018-06-28 19:07:56 +02:00 |
|
Dan
|
a3761144b3
|
Use Photo as type for media messages
|
2018-06-28 19:07:02 +02:00 |
|
Dan
|
be451a3bb2
|
Rename parse_photos to parse_profile_photos
|
2018-06-28 18:49:09 +02:00 |
|
Dan
|
f4c0793a0b
|
Make session leaner by removing some redundant parameters
Related to #86
|
2018-06-24 18:27:41 +02:00 |
|
Dan
|
69d1432251
|
Allow user-defined values for retries and timeout
|
2018-06-24 17:47:29 +02:00 |
|
Dan
|
ff915965f1
|
Minor style fixes
|
2018-06-21 15:33:30 +02:00 |
|
Dan
|
c5fb0d6079
|
Use -100 prefix for channel ids
|
2018-06-20 12:15:55 +02:00 |
|
Vitali
|
e6c6bd839c
|
Add Handler to deleted messages update
|
2018-06-19 11:18:12 -03:00 |
|
Dan
|
329bac6ab0
|
Better invite link regex pattern
|
2018-06-13 20:53:31 +02:00 |
|
Dan
|
6238f984b4
|
Add dedicated parse function for inline callback queries
|
2018-06-06 12:29:05 +02:00 |
|
Dan
|
e3bd7d57a2
|
Remove TODO
|
2018-06-06 12:28:36 +02:00 |
|
Dan
|
656e5036c1
|
Fix callback query id not being a string
|
2018-06-06 12:28:25 +02:00 |
|
Dan
|
745049bda3
|
Protect client by renaming the property to _client
|
2018-06-03 17:54:57 +02:00 |
|
Dan
|
73c101b49d
|
Revert "Add Empty parse mode"
This reverts commit d8dbcb5
|
2018-05-31 13:03:20 +02:00 |
|
Dan
|
d8dbcb5b4e
|
Add Empty parse mode
|
2018-05-27 20:16:30 +02:00 |
|