ebeneditos / telegram.bot

Develop a Telegram Bot with R
https://ebeneditos.github.io/telegram.bot/
GNU General Public License v3.0
107 stars 24 forks source link

Question: How do I get the message_id of the message that I sent? #31

Closed mahrens917 closed 5 months ago

mahrens917 commented 1 year ago

How do I get the message_id of the message that I sent?

From that I can then use editMessageText

Thanks

ebeneditos commented 1 year ago

Think you should get it from it from URL response:

response <- bot$sendMessage(chat_id, text)