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

24 lines
534 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
### Parameters:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|call\_id|[CLICK ME int](../types/int.md) | Yes|Call identifier|
|debug|[CLICK ME string](../types/string.md) | Yes|Debug information in application specific format|
### Return type: [Ok](../types/Ok.md)