28 lines
520 B
Markdown
28 lines
520 B
Markdown
---
|
|
title: inputPhoneCall
|
|
description: inputPhoneCall attributes, type and example
|
|
---
|
|
## Constructor: inputPhoneCall
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|id|[long](../types/long.md) | Required|
|
|
|access\_hash|[long](../types/long.md) | Required|
|
|
|
|
|
|
|
|
### Type: [InputPhoneCall](../types/InputPhoneCall.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputPhoneCall = ['_' => 'inputPhoneCall', 'id' => long, 'access_hash' => long, ];
|
|
```
|
|
|