Skip to main content
Module

x/grm/mod.ts>errors.InvalidBufferError

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

Constructors

new
InvalidBufferError(payload: Buffer)

Properties

optional
code: number