Skip to main content
Module

x/grm/mod.ts>tl.Api.langpack.GetLanguage

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.langpack.GetLanguage
extends Request<Partial<{ langPack: string; langCode: string; }>, Api.TypeLangPackLanguage>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { GetLanguage } = tl.Api.langpack;

Properties

className: "langpack.GetLanguage"
classType: "request"
CONSTRUCTOR_ID: 1784243458
langCode: string
langPack: string
SUBCLASS_OF_ID: 2880211383

Static Methods

fromReader(reader: Reader): GetLanguage