Delete/Edite a client message in private Chat with Telegram Bots -


in private chat bot (a user , bot), possible edit/delete user messages? creating telegram bot registration. registration step, users insert password, , security considerations, want replace stars or delete it. idea?

this seems provide s solution - https://github.com/yagop/node-telegram-bot-api/issues/328 .

basically, there's deletemessage endpoint can use - https://core.telegram.org/method/messages.deletemessages, passing message id. when message (with it's id), delete it.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -