4baac3178e
Add PHP, Lua language tag to Code area
672 B
672 B
title | description | image |
---|---|---|
messageEmpty | messageEmpty attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageEmpty
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}