Skip to main content
Module

x/grm/mod.ts>tl.MessageContainer

MTProto API Client for Deno 🦕
Go to Latest
class tl.MessageContainer
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { MessageContainer } = tl;

Constructors

new
MessageContainer(messages: any[])

Properties

private
classType: string
private
CONSTRUCTOR_ID: number

Static Properties

classType: string
CONSTRUCTOR_ID: number
MAXIMUM_LENGTH: number
MAXIMUM_SIZE

Static Methods

fromReader(reader: BinaryReader)