MadelineProto/docs/TD_docs/constructors/call.md
2017-08-25 15:05:53 +02:00

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)