mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 01:46:55 +01:00
695 B
695 B
title | description |
---|---|
messageIsBeingSent | Message is outgoing but is yet not delivered to the server |
Constructor: messageIsBeingSent
Message is outgoing but is yet not delivered to the server
Attributes:
Name | Type | Required | Description |
---|
Type: MessageSendState
Example:
$messageIsBeingSent = ['_' => 'messageIsBeingSent'];
PWRTelegram json-encoded version:
{"_": "messageIsBeingSent"}
Or, if you're into Lua:
messageIsBeingSent={_='messageIsBeingSent'}