MadelineProto/docs/TD_docs/methods/sendCustomRequest.md
2017-08-25 15:05:53 +02:00

24 lines
558 B
Markdown

---
title: sendCustomRequest
description: Bots only. Sends custom request
---
## Method: sendCustomRequest
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Sends custom request
### Params:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|method|[string](../types/string.md) | Yes|Method name|
|parameters|[string](../types/string.md) | Yes|JSON-serialized method parameters|
### Return type: [CustomRequestResult](../types/CustomRequestResult.md)