1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 22:17:45 +01:00
MadelineProto/old_docs/API_docs_v25/constructors/userEmpty.md

468 B

title description
userEmpty userEmpty attributes, type and example

Constructor: userEmpty

Back to constructors index

Attributes:

Name Type Required
id int Yes

Type: User

Example:

$userEmpty = ['_' => 'userEmpty', 'id' => int, ];

Or, if you're into Lua:

userEmpty={_='userEmpty', id=int, }