I'm building a Telegram bot, in which the user sends messages, which are later posted to another website. The bot can often give the user a suggestion of what to write, but the user must have a chance to edit this suggestion before actually posting it.
I could send this suggestion as a message from the bot to the user, and the user could copy and paste it to the message input box. However, copying and pasting is a bit cumbersome, especially on a touch device. It would be much more convenient if I could put the text directly into the editing box.
Is it possible?
I am now using the Tgfancy library, but I don't mind using another library if it has this feature.
Thank you!