556 B
556 B
title | description | image |
---|---|---|
userEmpty | Empty user | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: userEmpty
Empty user
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | int | Yes | ID |
Type: User
Example:
$userEmpty = ['_' => 'userEmpty', 'id' => int];
Or, if you're into Lua:
userEmpty={_='userEmpty', id=int}