MadelineProtoDocs/docs/API_docs/constructors/inputPhoneCall.md
2024-05-01 14:53:46 +02:00

31 lines
681 B
Markdown

---
title: "inputPhoneCall"
description: "Phone call"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputPhoneCall
[Back to constructors index](/API_docs/constructors/index.html)
Phone call
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[long](/API_docs/types/long.html) | Yes|Call ID|
|access\_hash|[long](/API_docs/types/long.html) | Yes|Access hash|
### Type: [InputPhoneCall](/API_docs/types/InputPhoneCall.html)
### Example:
```
$inputPhoneCall = ['_' => 'inputPhoneCall', 'id' => long, 'access_hash' => long];
```