1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 17:06:57 +01:00
MadelineProto/docs/TD_docs/methods/acceptCall.md

24 lines
549 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: acceptCall
description: Accepts incoming call
---
## Method: acceptCall
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Accepts incoming call
### Parameters:
2017-08-25 15:05:53 +02:00
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2018-03-20 16:42:05 +01:00
|call\_id|[CLICK ME int](../types/int.md) | Yes|Call identifier|
|protocol|[CLICK ME callProtocol](../constructors/callProtocol.md) | Yes|Description of supported by the client call protocols|
2017-08-25 15:05:53 +02:00
### Return type: [Ok](../types/Ok.md)