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, }