From 35bcf9d23e54be34f84ab883b41966a155e9268f Mon Sep 17 00:00:00 2001 From: kolay Date: Sat, 3 Oct 2020 17:54:58 +0300 Subject: [PATCH] updated get_participant's docs Co-authored-by: Lonami --- telethon/client/chats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon/client/chats.py b/telethon/client/chats.py index 4a85bbb0..1cabd544 100644 --- a/telethon/client/chats.py +++ b/telethon/client/chats.py @@ -1151,7 +1151,7 @@ class ChatMethods: user: 'hints.EntityLike' ) -> 'typing.Optional[custom.ParticipantPermissions]': """ - Getting a user's permissions from a chat or channel. + Fetches the permissions of a user in a specific chat or channel. Arguments entity (`entity`):