Good afternoon, I want to know how to send this action from Telethon?
(Send post, click here to send post)
I tried to just send a message, but nothing comes out, only what I wrote is sent(@PostBot ...)
Solved!
send_entity = await client.get_entity("USERNAME")
query = await client.inline_query("@PostBot", "62ed0f7189df3")
result = await query[0].click(send_entity)