1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 22:16:54 +01:00
MadelineProto/docs/TD_docs/constructors/updateMessageContent.md

25 lines
568 B
Markdown
Raw Normal View History

---
title: updateMessageContent
description: Sent message gets new content
---
## Constructor: updateMessageContent
[Back to constructors index](index.md)
Sent message gets new content
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|chat\_id|[long](../types/long.md) | Yes|Chat identifier|
|message\_id|[long](../types/long.md) | Yes|Message identifier|
|new\_content|[MessageContent](../types/MessageContent.md) | Yes|New message content|
### Type: [Update](../types/Update.md)