MadelineProtoDocs/docs/TD_docs/constructors/updateMessageSendAcknowledged.md

25 lines
1.1 KiB
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: updateMessageSendAcknowledged
description: Message send request has reached Telegram server. It doesn't mean that message send will be successful or even that message send request will be processed. Update will not come, unless option "use_quick_ack" is set to true. The update may come many times for the same message
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-05 01:19:57 +02:00
# Constructor: updateMessageSendAcknowledged
2018-04-01 13:19:25 +02:00
[Back to constructors index](index.md)
Message send request has reached Telegram server. It doesn't mean that message send will be successful or even that message send request will be processed. Update will not come, unless option "use_quick_ack" is set to true. The update may come many times for the same message
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier of sent message|
|message\_id|[int53](../types/int53.md) | Yes|Temporary message identifier|
### Type: [Update](../types/Update.md)