teleproto - v1.229.0
    Preparing search index...

    Interface LangpackGetStringsParams

    interface LangpackGetStringsParams {
        keys: string[];
        langCode: string;
        langPack: string;
    }
    Index
    keys: string[]

    Strings to get

    langCode: string

    Either an ISO 639-1 language code or a language pack name obtained from a language pack link .

    langPack: string

    Platform identifier (i.e. android , tdesktop , etc).