import { type CallbackQuery } from "https://deno.land/x/mtkruto@0.6.3/mod.ts";
A received callback query.
Properties
The message from which the callback query was made. Unset if made from an inline result message.
The identifier of the inline result message from which the callback query was made. Unset if made from a message not originating from an inline query result.
A special identifier for the chat in which the callback was made from. Useful for inline result messages.