View Source ExTDLib.Object.Call (ExTDLib v0.0.4)
Describes a call.
| Name | Type | Description |
|---|---|---|
| id | number | Call identifier, not persistent. |
| user_id | string | User identifier of the other call participant. |
| is_outgoing | bool | True, if the call is outgoing. |
| is_video | bool | True, if the call is a video call. |
| state | CallState | Call state. |
More details on telegram's documentation.