MadelineProto/docs/TD_docs/constructors/updateMessageSendAcknowledged.md
2017-08-25 15:05:53 +02:00

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

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