mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-27 16:45:19 +00:00
Delete comment added by mistake
This commit is contained in:
parent
ecf5eb8586
commit
ef9860c04d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user