Post

Set Chat Title

Client.set_chat_title()

ویرایش عنوان یک چت

Parameters

  • chat_id (int | str)

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

  • title (str)

    عنوان جدید

Returns

bool

Example

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