From ef9860c04d0320cfaba38c4dc52bba92cce1d006 Mon Sep 17 00:00:00 2001 From: KurimuzonAkuma Date: Fri, 10 Nov 2023 17:43:26 +0300 Subject: [PATCH] Delete comment added by mistake --- pyrogram/methods/chats/update_color.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyrogram/methods/chats/update_color.py b/pyrogram/methods/chats/update_color.py index 853c3475..59e99b3a 100644 --- a/pyrogram/methods/chats/update_color.py +++ b/pyrogram/methods/chats/update_color.py @@ -22,15 +22,12 @@ import pyrogram from pyrogram import raw from pyrogram import types -# account.updateColor flags: color:int background_emoji_id:flags.0?long = Bool; -# channels.updateColor flags: channel:InputChannel color:int background_emoji_id:flags.0?long = Updates; - class UpdateColor: async def update_color( self: "pyrogram.Client", chat_id: Union[int, str], color: int, - background_emoji_id: int = None, + background_emoji_id: int = None ) -> "types.Chat": """Update color