1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 14:27:21 +01:00
MadelineProto/docs/TD_docs/constructors/messageIsSuccessfullySent.md

605 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', ];

Or, if you're into Lua:

messageIsSuccessfullySent={_='messageIsSuccessfullySent', }