Post

Unpin Chat Message

Client.unpin_chat_message()

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

Parameters

  • chat_id (int | str)

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

  • message_id (int)

    آیدی پیامی که سنجاق از آن برداشته میشود

Returns

bool

Example

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