MadelineProtoDocs/docs/API_docs/constructors/chatEmpty.md

640 B

title description image
chatEmpty chatEmpty attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: chatEmpty

Back to constructors index

Attributes:

Name Type Required
id int Yes

Type: Chat

Example:

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

PWRTelegram json-encoded version:

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

Or, if you're into Lua:

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