1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 22:46:55 +01:00
MadelineProto/docs/TD_docs/methods/testCallBytes.md

23 lines
478 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: testCallBytes
description: Test request. Returns back received bytes
---
## Method: testCallBytes
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Test request. Returns back received bytes
### Parameters:
2017-08-25 15:05:53 +02:00
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2018-03-20 16:42:05 +01:00
|x|[CLICK ME bytes](../types/bytes.md) | Yes|Bytes to return|
2017-08-25 15:05:53 +02:00
### Return type: [TestBytes](../types/TestBytes.md)