26 lines
561 B
Markdown
26 lines
561 B
Markdown
|
---
|
||
|
title: call
|
||
|
description: Describes a call
|
||
|
---
|
||
|
## Constructor: call
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Describes a call
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|id|[int](../types/int.md) | Yes|Call identifier, not persistent|
|
||
|
|user\_id|[int](../types/int.md) | Yes|Peer user identifier|
|
||
|
|is\_outgoing|[Bool](../types/Bool.md) | Yes|True, if the call is outgoing|
|
||
|
|state|[CallState](../types/CallState.md) | Yes|Call state|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [Call](../types/Call.md)
|
||
|
|
||
|
|