Skip to content
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

Closed
rayanbzd opened this issue Jun 13, 2022 · 5 comments
Closed

There is no updates for deleted messages #1084

rayanbzd opened this issue Jun 13, 2022 · 5 comments

Comments

@rayanbzd
Copy link

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

@Chase22
Copy link
Collaborator

Chase22 commented Jun 13, 2022

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.

@rayanbzd
Copy link
Author

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

@Chase22
Copy link
Collaborator

Chase22 commented Jun 13, 2022

No, the telegram api and the telegram bot api are 2 different things. The repo is the correct one.

@rayanbzd
Copy link
Author

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 ?

@rubenlagus
Copy link
Owner

@Futurixel all available methods are present in https://core.telegram.org/bots/api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants