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

x/grm/src/mod.ts>EventBuilder

MTProto API Client for Deno 🦕
Go to Latest
class EventBuilder
Re-export
import { EventBuilder } from "https://deno.land/x/grm@0.5.4/src/mod.ts";

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