View Source ExTDLib.Method.DiscardCall (ExTDLib v0.0.4)
Discards a call. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| call_id | number | Call identifier. |
| is_disconnected | bool | Pass true if the user was disconnected. |
| duration | number | The call duration, in seconds. |
| is_video | bool | Pass true if the call was a video call. |
| connection_id | string | Identifier of the connection used during the call. |
More details on telegram's documentation.