Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/grm/mod.ts>events.CallbackQueryEvent

MTProto API Client for Deno 🦕
Latest
class events.CallbackQueryEvent
import { events } from "https://deno.land/x/grm@0.8.2/mod.ts";
const { CallbackQueryEvent } = events;

Constructors

new
CallbackQueryEvent()

Properties

private
_answered: boolean
private
_message: CustomMessage | undefined
readonly
chatInstance
readonly
data
readonly
id
readonly
messageId
patternMatch: RegExpMatchArray | undefined
readonly
sender
readonly
viaInline