MadelineProto/old_docs/API_docs_v45/constructors/messageEmpty.md
2017-07-23 16:33:46 +02:00

596 B

title description
messageEmpty messageEmpty attributes, type and example

Constructor: messageEmpty

Back to constructors index

Attributes:

Name Type Required
id int Yes

Type: Message

Example:

$messageEmpty = ['_' => 'messageEmpty', 'id' => int];

PWRTelegram json-encoded version:

{"_": "messageEmpty", "id": int}

Or, if you're into Lua:

messageEmpty={_='messageEmpty', id=int}