Lonami Exo
|
b66c1e6084
|
Revert "Get rid of now broken cache"
This reverts commit f73ae42a03 .
|
2018-12-25 16:50:11 +01:00 |
|
Lonami Exo
|
a6c3c382b4
|
Except MessageIdsEmptyError when getting messages by ID
This error may occur even when the IDs are not actually empty.
|
2018-12-25 12:17:24 +01:00 |
|
Lonami Exo
|
f73ae42a03
|
Get rid of now broken cache
|
2018-12-25 11:44:10 +01:00 |
|
Lonami Exo
|
2aa089f29c
|
Prevent KeyError in forward_messages
|
2018-12-20 20:33:25 +01:00 |
|
Lonami Exo
|
9a6f4d35f2
|
Fix crash on get_messages(ids=InputMessageReplyTo)
|
2018-11-29 14:19:56 +01:00 |
|
Lonami Exo
|
09b16f96fc
|
Better behaviour for send_read_acknowledge
|
2018-11-24 20:53:28 +01:00 |
|
Lonami Exo
|
d6ec883cd9
|
Ignore iter_messages from_user unless it's a User
|
2018-11-19 08:55:49 +01:00 |
|
Lonami Exo
|
32c884d543
|
Revert d392939 and use empty tuple as a sentinel value
|
2018-10-08 11:33:56 +02:00 |
|
Lonami Exo
|
8c14259728
|
Update documentation with new sections
|
2018-10-06 20:20:11 +02:00 |
|
josephbiko
|
3dd8b7c6d1
|
Support async def in sessions (#1013)
|
2018-10-05 20:25:49 +02:00 |
|
Lonami Exo
|
d392939018
|
Create a default module to use as a sentinel value
This looks better in the documentation than utils.Default,
cleans the utils with specific stuff like this, and users
may use it more easily.
|
2018-10-05 14:20:50 +02:00 |
|
Lonami Exo
|
db8bea3968
|
Fix getting messages by ID for private chats
|
2018-09-16 15:45:38 +02:00 |
|
Lonami Exo
|
dda1f0b1dd
|
Stop copying reply when resending Message, fix file replies
|
2018-08-19 11:49:36 +02:00 |
|
Lonami Exo
|
e3bf6e3330
|
Document reply markup limits
|
2018-08-07 12:46:05 +02:00 |
|
Lonami Exo
|
7cce7aa3e4
|
Return helpers.TotalList instances on client.get_ methods
|
2018-08-02 23:00:10 +02:00 |
|
Lonami Exo
|
f0a26d7c76
|
Implement global search (closes #920)
|
2018-07-29 23:16:22 +02:00 |
|
Lonami Exo
|
6c51c35ccf
|
Fix _iter_ids not expecting InputChannel
|
2018-07-24 18:20:34 +02:00 |
|
Lonami Exo
|
1c0d595205
|
Replace custom.Message creation with ._finish_init
|
2018-07-22 19:20:55 +02:00 |
|
Lonami Exo
|
3bdfd4b32c
|
Make build_reply_markup public
|
2018-07-21 13:55:26 +02:00 |
|
Lonami Exo
|
e902304360
|
Expose silent parameter when sending messages
|
2018-07-11 10:16:21 +02:00 |
|
Lonami Exo
|
ea07cf8d12
|
Add buttons parameter to client.edit_message
|
2018-07-10 17:59:13 +02:00 |
|
Lonami Exo
|
531a02a2a1
|
Support buttons when sending a file too
|
2018-07-10 17:59:13 +02:00 |
|
Lonami Exo
|
8c28be04bc
|
Create a custom.Button class and support send_message(buttons=...)
|
2018-07-10 17:59:13 +02:00 |
|
Lonami Exo
|
e0513e10df
|
Remove debug print
|
2018-07-08 15:24:33 +02:00 |
|
Lonami Exo
|
54bffb30d8
|
Fix send_message('me', Message)
|
2018-07-08 00:05:09 +02:00 |
|
Lonami Exo
|
bb4ed4019f
|
Revert forward_messages requiring named from_peer arg
|
2018-07-07 12:14:50 +02:00 |
|
Lonami Exo
|
dbca38c6f5
|
Allow iterating over messages in reverse
|
2018-06-28 21:15:29 +02:00 |
|
Lonami Exo
|
ac2b10f2a5
|
Stop using loop's time() function
|
2018-06-28 15:12:18 +02:00 |
|
Lonami Exo
|
72835dfb44
|
Update to v1.0
|
2018-06-27 13:41:20 +02:00 |
|
Lonami Exo
|
8c5bbdf7eb
|
Check from_user client-side for PMs in iter_messages
|
2018-06-26 16:48:03 +02:00 |
|
Lonami Exo
|
75dc4809f5
|
Remove all deprecated methods
|
2018-06-26 11:10:11 +02:00 |
|
Lonami Exo
|
3c1d7d2da2
|
Fix MessageEmpty when searching for messages
|
2018-06-18 13:48:50 +02:00 |
|
Lonami Exo
|
b65cbd8647
|
Validate to_id when iterating over messages by ID
|
2018-06-17 11:57:11 +02:00 |
|
Lonami Exo
|
cbd5594dba
|
Use the correct clock time when sleeping on iter_messages
|
2018-06-15 17:09:16 +02:00 |
|
Lonami Exo
|
0f14f3b16a
|
Support custom event loops
|
2018-06-14 19:35:12 +02:00 |
|
Lonami Exo
|
908dfa148b
|
Revisit codebase to add missing async/await
|
2018-06-14 17:09:20 +02:00 |
|
Lonami Exo
|
3324090c96
|
Fix non-asyncio sleep
|
2018-06-13 09:59:30 +02:00 |
|
Lonami Exo
|
f86f52d960
|
Fix async_generator's and missing awaits
|
2018-06-10 22:00:55 +02:00 |
|
Lonami Exo
|
8be6adeab4
|
Make use of the async_generator module
|
2018-06-10 21:50:28 +02:00 |
|
Lonami Exo
|
317b7053a0
|
Separate parse message methods from uploads
|
2018-06-10 11:33:20 +02:00 |
|
Lonami Exo
|
83a024656c
|
Rename client.files as client.uploads
|
2018-06-09 22:14:51 +02:00 |
|
Lonami Exo
|
4bd20f1ce2
|
Separate file and message methods from TelegramClient
|
2018-06-09 22:05:06 +02:00 |
|