mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 22:26:54 +01:00
25 lines
535 B
Markdown
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)
|
||
|
|
||
|
|