mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 07:27:50 +01:00
569 B
569 B
title | description |
---|---|
userEmpty | userEmpty attributes, type and example |
Constructor: userEmpty
Attributes:
Name | Type | Required |
---|---|---|
id | int | Yes |
Type: User
Example:
$userEmpty = ['_' => 'userEmpty', 'id' => int, ];
PWRTelegram json-encoded version:
{"_":"userEmpty","id":"int"}
Or, if you're into Lua:
userEmpty={_='userEmpty', id=int, }