Telethon/telethon/client
Lonami Exo acfde7132b Support Message without client as inputs to forward_messages
Raw API does not monkey-patch the client on the returned messages,
so the get_input_chat call would return None, causing the forward
to fail. Instead, manually resolve the chat using the message's
peer_id.

The resolve call can also be avoided if from_peer is passed (which
may mismatch with where the messages actually belong, but that's not
really a concern).
2023-02-08 17:35:49 +01:00
..
__init__.py Add new takeout method 2019-01-05 17:18:40 +01:00
account.py Avoid using telethon.sync in the examples 2019-08-13 23:33:39 +02:00
auth.py Update to layer 152 2023-02-05 15:05:05 +01:00
bots.py Expose entity parameter in client.inline_query 2020-10-11 16:59:48 +02:00
buttons.py Add some missing words in the docs 2020-01-19 13:25:58 +01:00
chats.py Fix edit_admin failing on small Chat 2022-10-13 17:56:47 +02:00
dialogs.py Fix get_dialogs could fail when count % chunk_size = 0 2022-11-09 16:14:12 +01:00
downloads.py Fix downloading vcard and webdoc with Path 2023-01-23 08:48:39 +01:00
messageparse.py Strip 0-length message entities 2022-09-20 13:12:01 +02:00
messages.py Support Message without client as inputs to forward_messages 2023-02-08 17:35:49 +01:00
telegrambaseclient.py Wrap init request in invokeWithoutUpdates if requested 2023-01-14 13:31:32 +01:00
telegramclient.py Remove messy subclassing in the TelegramClient 2019-06-24 17:48:46 +02:00
updates.py Propagate account being logged-out errors 2023-01-11 20:30:33 +01:00
uploads.py Change maximum photo size to 2560px (#4024) 2023-01-18 17:37:56 +01:00
users.py Bump to v1.25 2022-08-30 12:57:34 +02:00