Files
Telethon/telethon
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
..
2021-06-19 18:32:23 +02:00
2023-01-11 21:02:29 +01:00
2019-06-28 21:26:08 +02:00
2023-01-11 21:02:29 +01:00
2023-02-05 15:19:41 +01:00