diff --git a/telethon/client/messages.py b/telethon/client/messages.py index b21bf9df..07fdf038 100644 --- a/telethon/client/messages.py +++ b/telethon/client/messages.py @@ -816,7 +816,15 @@ class MessageMethods(UploadMethods, ButtonMethods, MessageParseMethods): Whether the message should be deleted for everyone or not. By default it has the opposite behaviour of official clients, and it will delete the message for everyone. - This has no effect on channels or megagroups. + + `Since 24 March 2019 + `_, you can + also revoke messages of any age (i.e. messages sent long in + the past) the *other* person sent in private conversations + (and of course your messages too). + + Disabling this has no effect on channels or megagroups, + since it will unconditionally delete the message for everyone. Returns: A list of :tl:`AffectedMessages`, each item being the result