View Source ExTDLib.Method.CreateCall (ExTDLib v0.0.4)
Creates a new call. Returns object_ptr<CallId>.
| Name | Type | Description |
|---|---|---|
| user_id | string | Identifier of the user to be called. |
| protocol | callProtocol | The call protocols supported by the application. |
| is_video | bool | Pass true to create a video call. |
More details on telegram's documentation.