2017-03-11 19:54:51 +01:00
---
title: updateChatOrder
2017-12-21 20:08:25 +00:00
description: Order of the chat in the chat list has changed. Instead of that update updateChatTopMessage, updateChatIsPinned or updateChatDraftMessage may be sent
2017-03-11 19:54:51 +01:00
---
## Constructor: updateChatOrder
[Back to constructors index ](index.md )
2017-12-21 20:08:25 +00:00
Order of the chat in the chat list has changed. Instead of that update updateChatTopMessage, updateChatIsPinned or updateChatDraftMessage may be sent
2017-03-11 19:54:51 +01:00
### Attributes:
| Name | Type | Required | Description |
2017-08-20 09:05:56 +00:00
|----------|---------------|----------|-------------|
2017-08-25 15:05:53 +02:00
|chat\_id|[int53 ](../types/int53.md ) | Yes|Chat identifier|
2017-12-21 20:08:25 +00:00
|order|[int64 ](../constructors/int64.md ) | Yes|New value of the order|
2017-03-11 19:54:51 +01:00
### Type: [Update](../types/Update.md)