547 B
547 B
title | description | image |
---|---|---|
chatInviteEmpty | Empty chat invite | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: chatInviteEmpty
Empty chat invite
Type: ExportedChatInvite
Example:
$chatInviteEmpty = ['_' => 'chatInviteEmpty'];
PWRTelegram json-encoded version:
{"_": "chatInviteEmpty"}
Or, if you're into Lua:
chatInviteEmpty={_='chatInviteEmpty'}