MadelineProto/docs/TD_docs/constructors/updateNewCallbackQuery.md

28 lines
941 B
Markdown
Raw Normal View History

---
title: updateNewCallbackQuery
description: Bots only. New incoming callback query
---
## Constructor: updateNewCallbackQuery
[Back to constructors index](index.md)
Bots only. New incoming callback query
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|id|[long](../types/long.md) | Yes|Unique query identifier|
|sender\_user\_id|[int](../types/int.md) | Yes|Identifier of the user who sent the query|
2017-08-25 15:05:53 +02:00
|chat\_id|[int53](../types/int53.md) | Yes|Identifier of the chat, in which the query was sent|
|message\_id|[int53](../types/int53.md) | Yes|Identifier of the message, from which the query is originated|
|chat\_instance|[long](../types/long.md) | Yes|Identifier, uniquely corresponding to the chat a message was sent to|
|payload|[CallbackQueryPayload](../types/CallbackQueryPayload.md) | Yes|Query payload|
### Type: [Update](../types/Update.md)