MadelineProtoDocs/docs/TD_docs/methods/discardCall.md

27 lines
735 B
Markdown

---
title: discardCall
description: Discards a call
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Method: discardCall
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Discards a call
### Parameters:
| Name | Type | Description | Required |
|----------|---------------|-------------|----------|
|call\_id|[int](../types/int.md) | Call identifier | Yes|
|is\_disconnected|[Bool](../types/Bool.md) | True, if users was disconnected | Yes|
|duration|[int](../types/int.md) | Call duration in seconds | Yes|
|connection\_id|[int64](../constructors/int64.md) | Identifier of a connection used during the call | Yes|
### Return type: [Ok](../types/Ok.md)