I want to respond to a message in a Telegram channel, using the message id, from the message to respond to, with python.
Example:
await client.msg_respond(entity=entity, msg_id=msg_id, msg="Hello")
Is there something like that?
I want to respond to a message in a Telegram channel, using the message id, from the message to respond to, with python.
Example:
await client.msg_respond(entity=entity, msg_id=msg_id, msg="Hello")
Is there something like that?
2
Answers
It works like this:
This is usual example show you how to do this: