mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
595 B
595 B
title | description | nav_exclude | image |
---|---|---|---|
phoneCallEmpty | Empty constructor | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: phoneCallEmpty
Empty constructor
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | Call ID |
Type: PhoneCall
Example:
$phoneCallEmpty = ['_' => 'phoneCallEmpty', 'id' => long];