MadelineProto/docs/TD_docs/methods/debugCall.md

24 lines
512 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
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)