Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

handle deleted message by user in telegram bot

Is there any way that can handle deleted message by user in one-to-one chat or groups that bot is member of it ? there is method for edited message update but not for deleted message .

like image 678
alireza Avatar asked Jan 28 '18 07:01

alireza


People also ask

Can Telegram users see deleted messages?

However, in most cases, you simply need to open the app or tool that you used to back up your phone, choose the restore option, select the backup that contains your Telegram messages, and hit restore. That should restore all your deleted Telegram messages on your phone.

Can Telegram BOT read user messages?

Bot admins and bots with privacy mode disabled will receive all messages except messages sent by other bots. Bots with privacy mode enabled will receive: Commands explicitly meant for them (e.g., /command@this_bot). General commands from users (e.g. /start) if the bot was the last bot to send a message to the group.

Can Telegram BOT delete messages?

If the bot is an administrator in a supergroup, it can delete messages from any other user and service messages about people joining or leaving the group (other types of service messages may only be removed by the group creator). In channels, bots can only remove their own messages.

How can I retrieve Telegram bot messages?

Follow the link to your bot by clicking the link that looks like t.me/{yourBotUsername}. This is where you will receive messages.


1 Answers

No. There is no way to track whether messages have been deleted or not.

like image 104
Sean Avatar answered Oct 03 '22 19:10

Sean