1022 B
1022 B
title | description |
---|---|
updateMessageSendAcknowledged | 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 |
Constructor: updateMessageSendAcknowledged
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 | Yes | Chat identifier of sent message |
message_id | int53 | Yes | Temporary message identifier |