24 lines
512 B
Markdown
24 lines
512 B
Markdown
|
---
|
||
|
title: debugCall
|
||
|
description: Sends call debug information
|
||
|
---
|
||
|
## Method: debugCall
|
||
|
[Back to methods index](index.md)
|
||
|
|
||
|
|
||
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
||
|
|
||
|
|
||
|
Sends call debug information
|
||
|
|
||
|
### Params:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|call\_id|[int](../types/int.md) | Yes|Call identifier|
|
||
|
|debug|[string](../types/string.md) | Yes|Debug information in application specific format|
|
||
|
|
||
|
|
||
|
### Return type: [Ok](../types/Ok.md)
|
||
|
|