MadelineProtoDocs/docs/TD_docs/constructors/updateChatIsPinned.md
2018-04-04 19:52:48 +02:00

26 lines
629 B
Markdown

---
title: updateChatIsPinned
description: Chat was pinned or unpinned
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
## Constructor: updateChatIsPinned
[Back to constructors index](index.md)
Chat was pinned or unpinned
### Attributes:
| 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|
|order|[int64](../constructors/int64.md) | Yes|New value of the chat order|
### Type: [Update](../types/Update.md)