You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't delete the files sent by BOTs.
Part of the code ...
// DELETE FILE
if (msg.isFile) {
// If msg its a file ...
bot.sendMessage("The file will be delete in 2 seg.");
delay (2000);
bot.deleteMessage(msg.ID, msg.chatID);
bot.deleteMessage(bot.lastBotMsg());
... Thaks.
The text was updated successfully, but these errors were encountered:
I can't delete the files sent by BOTs.
Part of the code ...
// DELETE FILE
if (msg.isFile) {
// If msg its a file ...
bot.sendMessage("The file will be delete in 2 seg.");
delay (2000);
bot.deleteMessage(msg.ID, msg.chatID);
bot.deleteMessage(bot.lastBotMsg());
... Thaks.
The text was updated successfully, but these errors were encountered: