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

x/grm/tl/core/mod.ts>TLMessage

MTProto API Client for Deno 🦕
Popular
Latest
class TLMessage
Re-export
import { TLMessage } from "https://deno.land/x/grm@0.8.2/tl/core/mod.ts";

Constructors

new
TLMessage(
msgId: bigInt.BigInteger,
seqNo: number,
obj: any,
)

Properties

private
classType: string

Static Properties

classType: string
SIZE_OVERHEAD: number