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