--- 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)