1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 00:46:56 +01:00
MadelineProto/docs/TD_docs/methods/discardCall.md

26 lines
690 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: discardCall
description: Discards a call
---
## Method: discardCall
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Discards a 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|
|is\_disconnected|[CLICK ME Bool](../types/Bool.md) | Yes|True, if users was disconnected|
|duration|[CLICK ME int](../types/int.md) | Yes|Call duration in seconds|
|connection\_id|[CLICK ME int64](../constructors/int64.md) | Yes|Identifier of a connection used during the call|
2017-08-25 15:05:53 +02:00
### Return type: [Ok](../types/Ok.md)