24 lines
551 B
Markdown
24 lines
551 B
Markdown
---
|
|
title: testCallString
|
|
description: Test request. Returns back received string
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Method: testCallString
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Test request. Returns back received string
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|x|[string](../types/string.md) | Yes|String to return|
|
|
|
|
|
|
### Return type: [TestString](../types/TestString.md)
|
|
|