MadelineProto/docs/TD_docs/methods/toggleChatIsPinned.md

24 lines
717 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
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 |
|----------|---------------|----------|-------------|
2017-09-29 15:50:59 +02:00
|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier|
2017-08-25 15:05:53 +02:00
|is\_pinned|[Bool](../types/Bool.md) | Yes|New value of is_pinned|
### Return type: [Ok](../types/Ok.md)