1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 15:26:54 +01:00
MadelineProto/docs/TD_docs/methods/unpinChannelMessage.md

23 lines
588 B
Markdown

---
title: unpinChannelMessage
description: Removes pinned message in the supergroup channel. Needs appropriate rights in the channel
---
## 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|[CLICK ME int](../types/int.md) | Yes|Identifier of the channel|
### Return type: [Ok](../types/Ok.md)