MadelineProto/docs/TD_docs/constructors/messageIsSuccessfullySent.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

708 B

title description
messageIsSuccessfullySent Message was synchronized with the server

Constructor: messageIsSuccessfullySent

Back to constructors index

Message was synchronized with the server

Attributes:

Name Type Required Description

Type: MessageSendState

Example:

$messageIsSuccessfullySent = ['_' => 'messageIsSuccessfullySent'];

PWRTelegram json-encoded version:

{"_": "messageIsSuccessfullySent"}

Or, if you're into Lua:

messageIsSuccessfullySent={_='messageIsSuccessfullySent'}