Post

Delete Chat Photo

Client.delete_chat_photo()

حذف تصویر پروفایل یک چت

Parameters

  • chat_id (int | str)

    آیدی چتی که تصویر پروفایل آن حذف میشود

Returns

bool

Example

1
await bot.delete_chat_photo(1234567890)
This post is licensed under CC BY 4.0 by the author.