26 lines
617 B
Markdown
26 lines
617 B
Markdown
---
|
|
title: updateNewCustomQuery
|
|
description: Bots only. New incoming query
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: updateNewCustomQuery
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Bots only. New incoming query
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|id|[int64](../constructors/int64.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)
|
|
|
|
|