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
Post a Comment