mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 08:47:50 +01:00
456 B
456 B
title | description |
---|---|
inputUserEmpty | inputUserEmpty attributes, type and example |
Constructor: inputUserEmpty
Type: InputUser
Example:
$inputUserEmpty = ['_' => 'inputUserEmpty', ];
PWRTelegram json-encoded version:
{"_":"inputUserEmpty"}
Or, if you're into Lua:
inputUserEmpty={_='inputUserEmpty', }