MadelineProtoDocs/docs/TD_docs/constructors/call.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

27 lines
634 B
Markdown

---
title: call
description: Describes a call
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# 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)