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 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user