View Source ExTDLib.Method.UnpinAllMessageThreadMessages (ExTDLib v0.0.4)
Removes all pinned messages from a forum topic; requires can_pin_messages rights in the supergroup. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Identifier of the chat. |
| message_thread_id | string | Message thread identifier in which messages will be unpinned. |
More details on telegram's documentation.