MadelineProtoDocs/docs/TD_docs/methods/acceptCall.md

25 lines
608 B
Markdown

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