2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
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
|
|
|
|----------|---------------|----------|-------------|
|
2017-12-21 21:08:25 +01:00
|
|
|
|id|[int64](../constructors/int64.md) | Yes|Unique query identifier|
|
2017-03-11 19:54:51 +01:00
|
|
|
|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|
|
2017-12-21 21:08:25 +01:00
|
|
|
|chat\_instance|[int64](../constructors/int64.md) | Yes|Identifier, uniquely corresponding to the chat a message was sent to|
|
2017-03-11 19:54:51 +01:00
|
|
|
|payload|[CallbackQueryPayload](../types/CallbackQueryPayload.md) | Yes|Query payload|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|
|
|
|
|