mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-04 02:28:31 +01:00
31 lines
681 B
Markdown
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];
|
||
|
```
|