tgcf
tgcf copied to clipboard
Delete sync does not work properly when multiple messages deleted at once
if the admin will delete multiple messages in the source at once, then only the first message will get deleted in dest, not all. (reported by @ankit-sinha-18)
Docs : https://docs.telethon.dev/en/latest/quick-references/events-reference.html#messagedeleted
- [ ] when multiple messages are deleted, then
deleted_idsattribute must be used of theMessageDeletedevent.