Delete comment added by mistake

This commit is contained in:
KurimuzonAkuma 2023-11-10 17:43:26 +03:00
parent ecf5eb8586
commit ef9860c04d

View File

@ -22,15 +22,12 @@ import pyrogram
from pyrogram import raw from pyrogram import raw
from pyrogram import types 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: class UpdateColor:
async def update_color( async def update_color(
self: "pyrogram.Client", self: "pyrogram.Client",
chat_id: Union[int, str], chat_id: Union[int, str],
color: int, color: int,
background_emoji_id: int = None, background_emoji_id: int = None
) -> "types.Chat": ) -> "types.Chat":
"""Update color """Update color