Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grm/src/mod.ts>events.NewCallbackQueryInterface

MTProto API Client for Deno 🦕
Go to Latest
interface events.NewCallbackQueryInterface
import { type events } from "https://deno.land/x/grm@0.5.4/src/mod.ts";
const { NewCallbackQueryInterface } = events;

Properties

chats: Api.TypeEntityLike[]
optional
func: { (event: CallbackQuery): boolean; }
fromUsers: Api.TypeEntityLike[]
blacklistUsers: Api.TypeEntityLike[]
optional
pattern: RegExp