Post

Set Chat Description

Client.set_chat_description()

ویرایش توضیحات یک چت

Parameters

  • chat_id (int | str)

    آیدی چتی که توضیحات آن ویرایش میشود

  • description (str)

    توضیحات جدید

Returns

bool

Example

1
await bot.set_chat_description(1234567890, "some description...")
This post is licensed under CC BY 4.0 by the author.