haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.GetLanguagePackStrings

Synopsis

Documentation

data GetLanguagePackStrings Source #

Returns strings from a language pack in the current localization target by their keys. Can be called before authorization. Returns LanguagePackStrings

Constructors

GetLanguagePackStrings 

Fields

  • language_pack_id :: Maybe Text

    Language pack identifier of the strings to be returned

  • keys :: Maybe [Text]

    Language pack keys of the strings to be returned; leave empty to request all available strings