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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -