MadelineProtoDocs/docs/TD_docs/constructors/updateNewInlineCallbackQuery.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

28 lines
1017 B
Markdown

---
title: updateNewInlineCallbackQuery
description: Bots only. New incoming callback query from message sent via bot
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: updateNewInlineCallbackQuery
[Back to constructors index](index.md)
Bots only. New incoming callback query from message sent via bot
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[int64](../constructors/int64.md) | Yes|Unique query identifier|
|sender\_user\_id|[int](../types/int.md) | Yes|Identifier of the user who sent the query|
|inline\_message\_id|[string](../types/string.md) | Yes|Identifier of the inline message, from which the query is originated|
|chat\_instance|[int64](../constructors/int64.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)