MadelineProtoDocs/docs/API_docs/constructors/inputMessageCallbackQuery.md
2024-05-01 14:53:46 +02:00

877 B

title description nav_exclude image
inputMessageCallbackQuery Used by bots for fetching information about the message that originated a callback query true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputMessageCallbackQuery

Back to constructors index

Used by bots for fetching information about the message that originated a callback query

Attributes:

Name Type Required Description
id int Yes Message ID
query_id long Yes Callback query ID

Type: InputMessage

Example:

$inputMessageCallbackQuery = ['_' => 'inputMessageCallbackQuery', 'id' => int, 'query_id' => long];