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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -