Skip to main content
Module

x/grm/mod.ts>tl.MessageContainer

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

Constructors

new
MessageContainer(messages: any[])

Properties

private
classType: string
private
CONSTRUCTOR_ID: number
private
messages: any[]

Static Properties

classType: string
CONSTRUCTOR_ID: number
MAXIMUM_LENGTH: number
MAXIMUM_SIZE

Static Methods

fromReader(reader: BinaryReader)