Skip to main content
Module

x/grm/mod.ts>FullPacketCodec

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

Constructors

new
FullPacketCodec(connection: any)

Properties

private
_sendCounter: number

Methods

encodePacket(data: Buffer)
readPacket(reader: PromisedNetSockets | PromisedWebSockets): Promise<Buffer>