mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 12:06:55 +01:00
708 B
708 B
title | description |
---|---|
messageIsSuccessfullySent | Message was synchronized with the server |
Constructor: messageIsSuccessfullySent
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'}