25 lines
593 B
Markdown
25 lines
593 B
Markdown
---
|
|
title: debugCall
|
|
description: Sends call debug information
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Method: debugCall
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Sends call debug information
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Description | Required |
|
|
|----------|---------------|-------------|----------|
|
|
|call\_id|[int](../types/int.md) | Call identifier | Yes|
|
|
|debug|[string](../types/string.md) | Debug information in application specific format | Yes|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|