From efc45ed96c0f440eb262da3da35aa00174e43ea0 Mon Sep 17 00:00:00 2001 From: Gabben Date: Wed, 1 Jan 2020 00:12:26 +0500 Subject: [PATCH] Update chat.py --- aiogram/types/chat.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aiogram/types/chat.py b/aiogram/types/chat.py index b12331b0..bd475f59 100644 --- a/aiogram/types/chat.py +++ b/aiogram/types/chat.py @@ -305,7 +305,6 @@ class Chat(base.TelegramObject): Source: https://core.telegram.org/bots/api#setchatadministratorcustomtitle - :param chat_id: Unique identifier for the target chat or username of the target supergroup :param user_id: Unique identifier of the target user :param custom_title: New custom title for the administrator; 0-16 characters, emoji are not allowed :return: True on success.