Files
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
..
2019-01-05 17:18:40 +01:00
2023-02-05 15:05:05 +01:00
2020-01-19 13:25:58 +01:00
2022-10-13 17:56:47 +02:00
2022-08-30 12:57:34 +02:00