mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
877 B
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
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];