MadelineProto/docs/TD_docs/constructors/updateChatIsPinned.md

25 lines
555 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: updateChatIsPinned
description: Chat was pinned or unpinned
---
## 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|
2017-12-21 21:08:25 +01:00
|order|[int64](../constructors/int64.md) | Yes|New value of the chat order|
2017-08-25 15:05:53 +02:00
### Type: [Update](../types/Update.md)