2017-08-25 15:05:53 +02:00
|
|
|
---
|
|
|
|
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 |
|
|
|
|
|----------|---------------|----------|-------------|
|
2017-12-21 21:08:25 +01:00
|
|
|
|id|[int64](../constructors/int64.md) | Yes|Query identifier|
|
2017-08-25 15:05:53 +02:00
|
|
|
|data|[string](../types/string.md) | Yes|JSON-serialized query data|
|
|
|
|
|timeout|[int](../types/int.md) | Yes|Query timeout|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|
|
|
|
|