TDLib v0.0.2 TDLib.Object.Call View Source
Describes a call.
| Name | Type | Description |
|---|---|---|
| id | number | Call identifier, not persistent. |
| user_id | number | Peer user identifier. |
| is_outgoing | bool | True, if the call is outgoing. |
| state | CallState | Call state. |
More details on telegram’s documentation.