--- 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 | 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)