719 B
719 B
title | description | image |
---|---|---|
phoneCallEmpty | Empty phone call | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: phoneCallEmpty
Empty phone call
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | ID |
Type: PhoneCall
Example:
$phoneCallEmpty = ['_' => 'phoneCallEmpty', 'id' => long];
PWRTelegram json-encoded version:
{"_": "phoneCallEmpty", "id": long}
Or, if you're into Lua:
phoneCallEmpty={_='phoneCallEmpty', id=long}