mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 14:34:39 +01:00
458 B
458 B
title | description |
---|---|
inputUserEmpty | inputUserEmpty attributes, type and example |
Constructor: inputUserEmpty
Attributes:
Name | Type | Required |
---|
Type: InputUser
Example:
$inputUserEmpty = ['_' => 'inputUserEmpty', ];
Or, if you're into Lua:
inputUserEmpty={_='inputUserEmpty', }