MadelineProto/docs/TD_docs/constructors/updateChatTopMessage.md

24 lines
792 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|
|top\_message|[message](../types/message.md) | Yes|New top message of the chat, nullable|
### Type: [Update](../types/Update.md)