612 B
612 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];
Or, if you're into Lua:
phoneCallEmpty={_='phoneCallEmpty', id=long}