Is there a way for me to know if the message send by my bot to a channel was deleted before i delete that message using deleteMessage method in Bot API in Telegram

delete_message(channel_ID,message_ID) returns true even if the message was already deleted . Is there a way to know if the message was already deleted

https://core.telegram.org/bots/api#deletemessage

(This is an advertisement bot so i don't want admins deleting the message until i delete it)

Any suggestions will be helpful

I'm new to telegram API

0

There are 0 best solutions below