Raw.InputMessageCallbackQuery
Used by bots for fetching information about the message that originated a callback query
inputMessageCallbackQuery#acfa1a7e id:int query_id:long = InputMessage;
export namespace Raw {
export class InputMessageCallbackQuery {
constructor(params: { id: number; queryId: bigint }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xacfa1a7e