Skip to main content
Module

x/grm/mod.ts>Api.TextImage

MTProto API Client for Deno 🦕
Go to Latest
class Api.TextImage
extends VirtualClass<{ documentId: long; w: int; h: int; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { TextImage } = Api;

Properties

className: "TextImage"
classType: "constructor"
CONSTRUCTOR_ID: 136105807
documentId: long
h: int
SUBCLASS_OF_ID: 4056986745
w: int

Static Methods

fromReader(reader: Reader): TextImage