FastBot icon indicating copy to clipboard operation
FastBot copied to clipboard

I can't delete the files sent by BOTs

Open x1pepe opened this issue 2 years ago • 0 comments

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.

x1pepe avatar Feb 18 '23 19:02 x1pepe