MadelineProtoDocs/docs/TD_docs/constructors/updateMessageSendAcknowledged.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

1.1 KiB

title description image
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 https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateMessageSendAcknowledged

Back to constructors index

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

Type: Update