How get message text sent by my bot using message ID in telegraf-nodejs?

378 views Asked by At

I've built a bot that send messages in a channel by nodejs using telegraf; I save the message ID returned by the 'sendmessage' function because I need to add addictional text to it after a while.

I've seen that there is the function 'editMessageText' for change the text, but how can I read the text previusly sent to avoid to store the text too? Thanks

0

There are 0 answers