--- 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 image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # 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 ### Parameters: | 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)