mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
30 lines
595 B
Markdown
30 lines
595 B
Markdown
|
---
|
||
|
title: "phoneCallEmpty"
|
||
|
description: "Empty constructor"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: phoneCallEmpty
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
Empty constructor
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|id|[long](/API_docs/types/long.html) | Yes|Call ID|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [PhoneCall](/API_docs/types/PhoneCall.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$phoneCallEmpty = ['_' => 'phoneCallEmpty', 'id' => long];
|
||
|
```
|