Skip to main content
Module

x/grm/mod.ts>Api.LangPackString

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

Properties

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

Static Methods

fromReader(reader: Reader): LangPackString