View Source ExTDLib.Method.UnpinChatMessage (ExTDLib v0.0.4)
Removes a pinned message from a chat; requires can_pin_messages rights in the group or can_edit_messages rights in the channel. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Identifier of the chat. |
| message_id | string | Identifier of the removed pinned message. |
More details on telegram's documentation.