MadelineProtoDocs/docs/TD_docs/methods/createCall.md

25 lines
617 B
Markdown

---
title: createCall
description: Creates new call
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Method: createCall
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Creates new call
### Parameters:
| Name | Type | Description | Required |
|----------|---------------|-------------|----------|
|user\_id|[int](../types/int.md) | Identifier of user to call | Yes|
|protocol|[callProtocol](../constructors/callProtocol.md) | Description of supported by the client call protocols | Yes|
### Return type: [CallId](../types/CallId.md)