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