Skip to main content
Module

x/grm/mod.ts>tl.Api.LangPackString

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.LangPackString
extends VirtualClass<{ key: string; value: string; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { LangPackString } = tl.Api;

Properties

className: "LangPackString"
classType: "constructor"
CONSTRUCTOR_ID: 3402727926
key: string
SUBCLASS_OF_ID: 3692534457
value: string

Static Methods

fromReader(reader: Reader): LangPackString