MadelineProto/docs/TD_docs/methods/toggleChatIsPinned.md
Daniil Gentili 8600a2fcba docufix
2017-09-29 15:50:59 +02:00

24 lines
717 B
Markdown

---
title: toggleChatIsPinned
description: Changes chat pinned state. You can pin up to getOption("pinned_chat_count_max") non-secret chats and the same number of secret chats
---
## Method: toggleChatIsPinned
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes chat pinned state. You can pin up to getOption("pinned_chat_count_max") non-secret chats and the same number of secret chats
### Params:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier|
|is\_pinned|[Bool](../types/Bool.md) | Yes|New value of is_pinned|
### Return type: [Ok](../types/Ok.md)