Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grm/src/tl/mod.ts>MessageContainer

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

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)