MadelineProtoDocs/docs/TD_docs/methods/unpinChannelMessage.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

24 lines
652 B
Markdown

---
title: unpinChannelMessage
description: Removes pinned message in the supergroup channel. Needs appropriate rights in the channel
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Method: unpinChannelMessage
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Removes pinned message in the supergroup channel. Needs appropriate rights in the channel
### Parameters:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|channel\_id|[int](../types/int.md) | Yes|Identifier of the channel|
### Return type: [Ok](../types/Ok.md)