MadelineProto/docs/TD_docs/constructors/updateChatTopMessage.md

25 lines
875 B
Markdown
Raw Normal View History

---
title: updateChatTopMessage
2017-08-25 15:05:53 +02:00
description: Top message of the chat has changed. If top_message is null then top message in the chat became unknown. Some new unknown messages might be added to the chat in that case
---
## Constructor: updateChatTopMessage
[Back to constructors index](index.md)
2017-08-25 15:05:53 +02:00
Top message of the chat has changed. If top_message is null then top message in the chat became unknown. Some new unknown messages might be added to the chat in that case
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
2017-08-25 15:05:53 +02:00
|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier|
2017-09-29 15:50:59 +02:00
|top\_message|[message](../constructors/message.md) | Yes|New top message of the chat, nullable|
2017-12-21 21:08:25 +01:00
|order|[int64](../constructors/int64.md) | Yes|New value of the chat order|
### Type: [Update](../types/Update.md)