Skip to main content
Module

x/grm/mod.ts>events.EventBuilder

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

Constructors

new
EventBuilder(eventParams: DefaultEventInterface)

Properties

blacklistChats: boolean
optional
chats: string[]
optional
client: AbstractTelegramClient
optional
func: CallableFunction
resolved: boolean

Methods

build(
_callback?: CallableFunction,
_selfId?: bigInt.BigInteger,
): any