-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no updates for deleted messages #1084
Comments
The bot api does not send updates for deleted messages. If you want this to be implemented you'll have to open an issue in the bot api repository first. |
What about the link i've sended ? This is not implemented on the telegram API ? About the bot api repo, is it this one? : https://github.com/tdlib/telegram-bot-api |
No, the telegram api and the telegram bot api are 2 different things. The repo is the correct one. |
Ok thank you, sended here then: tdlib/telegram-bot-api#286 Is there not any other way to get deleted messages using the telegram bot api right now ? |
@Futurixel all available methods are present in https://core.telegram.org/bots/api |
Hello there !
I was debugging the Update event to see if its fired when someone delete a message on a chat group.
But i found there is no delete message update fired.
Is it possible to implement it please ? https://core.telegram.org/constructor/updateDeleteMessages
The text was updated successfully, but these errors were encountered: