Skip to main content
Module

x/grm/mod.ts>events.CallbackQueryEvent

MTProto API Client for Deno 🦕
Go to Latest
class events.CallbackQueryEvent
import { events } from "https://deno.land/x/grm@0.6.0/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