MadelineProtoDocs/old_docs/API_docs_v102/constructors/chatEmpty.md
2019-06-24 15:45:02 +02:00

556 B

title description image
chatEmpty Empty chat https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: chatEmpty

Back to constructors index

Empty chat

Attributes:

Name Type Required Description
id int Yes ID

Type: Chat

Example:

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

Or, if you're into Lua:

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