Telethon/telethon/client
Lonami Exo 41e4d0f788 Let forward_messages work with messages from different chats
Previously it would take the first chat it found and use the IDs
of all messages, even if they belonged to different chats, resulting
in unexpected messages to be forwarded.

Another solution would be to check that all the chats are the same,
but this solves the issue more nicely and makes it more powerful.
2019-04-02 10:46:37 +02:00
..
__init__.py Add new takeout method 2019-01-05 17:18:40 +01:00
account.py Update documentation, errors and add TODOs 2019-02-27 19:30:12 +01:00
auth.py Call catch_up on reconnect (WIP for #1125) 2019-03-28 12:32:02 +01:00
bots.py Return custom.InlineResults instead of a simple list 2018-08-02 23:31:51 +02:00
buttons.py Support configuring the reply markup through buttons 2019-01-03 19:03:47 +01:00
chats.py Fix iter_participants in non-channels 2019-03-02 21:17:36 +01:00
dialogs.py Update docs for send_file/timeouts and add new known error 2019-03-18 17:34:48 +01:00
downloads.py Revert disconnect() to be async again (#1133) 2019-03-21 12:21:00 +01:00
messageparse.py Update forward_messages to use _get_response_message 2019-04-02 10:44:42 +02:00
messages.py Let forward_messages work with messages from different chats 2019-04-02 10:46:37 +02:00
telegrambaseclient.py Handle disconnection errors more gracefully in background tasks 2019-04-01 08:46:07 +02:00
telegramclient.py Add new takeout method 2019-01-05 17:18:40 +01:00
updates.py Handle disconnection errors more gracefully in background tasks 2019-04-01 08:46:07 +02:00
uploads.py Fix resize if needed not seeking back for image = bytes 2019-04-02 08:59:35 +02:00
users.py Use the new in-memory entity cache 2019-03-26 11:39:25 +01:00