MadelineProtoDocs/old_docs/API_docs_v14/constructors/chatEmpty.md

626 B

title description image
chatEmpty Empty constructor, group doesn't exist https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: chatEmpty

Back to constructors index

Empty constructor, group doesn't exist

Attributes:

Name Type Required Description
id int Yes Group identifier

Type: Chat

Example:

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

Or, if you're into Lua:

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