Post

Unpin All Chat Messages

Client.unpin_all_chat_messages()

حذف سنجاق از همه پیام ها در یک چت

Parameters

  • chat_id (int | str)

    آیدی چتی که سنجاق همه پیام ها در آن حذف میشود

Returns

bool

Example

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