From fee058cb49f0e54eed0a50615cb862656ad5e334 Mon Sep 17 00:00:00 2001 From: Shrimadhav U K Date: Sun, 4 Jul 2021 21:59:17 +0530 Subject: [PATCH] fix typo --- telethon/client/messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon/client/messages.py b/telethon/client/messages.py index bf158299..31a954f1 100644 --- a/telethon/client/messages.py +++ b/telethon/client/messages.py @@ -1345,7 +1345,7 @@ class MessageMethods: Whether the pin should notify people or not. pm_oneside (`bool`, optional): - Whether the message should be deleted for everyone or not. + Whether the message should be pinned for everyone or not. By default it has the opposite behaviour of official clients, and it will pin the message for both sides, in private chats.