class types.UpdateInlineBotCallbackQuery
extends TypeUpdate
import { types } from "https://deno.land/x/mtkruto@0.0.62/mod.ts";
const { UpdateInlineBotCallbackQuery } = types;
Constructors
new
UpdateInlineBotCallbackQuery(params: { queryId: bigint; userId: bigint; msgId: TypeInputBotInlineMessageID; chatInstance: bigint; data?: Uint8Array; gameShortName?: string; })