InputMessageCallbackQuery

class pyrogram.raw.types.InputMessageCallbackQuery

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

Constructor of InputMessage.

Details:
  • Layer: 223

  • ID: ACFA1A7E

Parameters:
  • id (int 32-bit) – Message ID

  • query_id (int 64-bit) – Callback query ID

TL Schema

inputMessageCallbackQuery#acfa1a7e
id:int
query_id:long

= InputMessage

Parameter Tree

InputMessageCallbackQuery
├── idint
└── query_idlong

Example

InputMessageCallbackQuery(
    id=0,
    query_id=0,
)