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

25 lines
535 B
Markdown

---
title: updateNewCustomQuery
description: Bots only. New incoming query
---
## Constructor: updateNewCustomQuery
[Back to constructors index](index.md)
Bots only. New incoming query
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[long](../types/long.md) | Yes|Query identifier|
|data|[string](../types/string.md) | Yes|JSON-serialized query data|
|timeout|[int](../types/int.md) | Yes|Query timeout|
### Type: [Update](../types/Update.md)