mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 05:16:55 +01:00
24 lines
520 B
Markdown
24 lines
520 B
Markdown
---
|
|
title: updateChatTopMessage
|
|
description: Top message of the chat has changed
|
|
---
|
|
## Constructor: updateChatTopMessage
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Top message of the chat has changed
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|chat\_id|[long](../types/long.md) | Yes|Chat identifier|
|
|
|top\_message|[message](../types/message.md) | Yes|New top message of the chat, nullable|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|