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