MadelineProto/docs/TD_docs/constructors/customRequestResult.md

23 lines
463 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: customRequestResult
description: Contains result of a custom request
---
## Constructor: customRequestResult
[Back to constructors index](index.md)
Contains result of a custom request
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|result|[string](../types/string.md) | Yes|JSON-serialized result|
### Type: [CustomRequestResult](../types/CustomRequestResult.md)