Skip to main content
Module

x/grm/mod.ts>events.EventCommon

MTProto API Client for Deno 🦕
Go to Latest
class events.EventCommon
extends ChatGetter
Re-export
import { events } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { EventCommon } = events;

Constructors

new
EventCommon(unnamed 0: EventCommonInterface)

Properties

_entities: Map<string, Api.TypeEntity>
_eventName: string
optional
_messageId: number
readonly
client

Methods

_setClient(client: AbstractTelegramClient)