unpin_chat_message()¶
-
Client.unpin_chat_message()¶ Unpin a message in a group, channel or your own chat. You must be an administrator in the chat for this to work and must have the “can_pin_messages” admin right in the supergroup or “can_edit_messages” admin right in the channel.
- Parameters
chat_id (
int|str) – Unique identifier (int) or username (str) of the target chat.message_id (
int, optional) – Identifier of a message to unpin. If not specified, the most recent pinned message (by sending date) will be unpinned.
- Returns
bool– True on success.
Example
app.unpin_chat_message(chat_id, message_id)