From 5e8dd0dca7d0f589634ea8603d6420f52f41ca79 Mon Sep 17 00:00:00 2001 From: Qwerty-Space Date: Sun, 18 Oct 2020 20:08:36 +0100 Subject: [PATCH] fix replacement mistake --- 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 c6e57c62..64cbe52b 100644 --- a/telethon/client/chats.py +++ b/telethon/client/chats.py @@ -844,7 +844,7 @@ class ChatMethods: Whether the user will be able to delete messages. ban_users (`bool`, optional): - Whether the user will be able to ba users. + Whether the user will be able to ban users. invite_users (`bool`, optional): Whether the user will be able to invite users. Needs some testing.