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

1017 B

title description image
updateNewInlineCallbackQuery Bots only. New incoming callback query from message sent via bot https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateNewInlineCallbackQuery

Back to constructors index

Bots only. New incoming callback query from message sent via bot

Attributes:

Name Type Required Description
id int64 Yes Unique query identifier
sender_user_id int Yes Identifier of the user who sent the query
inline_message_id string Yes Identifier of the inline message, from which the query is originated
chat_instance int64 Yes Identifier, uniquely corresponding to the chat a message was sent to
payload CallbackQueryPayload Yes Query payload

Type: Update