mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-16 19:46:58 +01:00
24 lines
638 B
Markdown
24 lines
638 B
Markdown
---
|
|
title: updateMessageSendSucceeded
|
|
description: Message is successfully sent
|
|
---
|
|
## Constructor: updateMessageSendSucceeded
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Message is successfully sent
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|message|[message](../types/message.md) | Yes|Information about sent message. Usually only message identifier, date and content are changed, but some other fields may also change|
|
|
|old\_message\_id|[long](../types/long.md) | Yes|Previous temporary message identifier|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|