import { type CallbackQuery } from "https://deno.land/x/mtkruto@0.6.2/3_types.ts";
A received callback query.
Properties
from: User
The user who made the callback query.
optional
message: MessageThe 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.