Class TdApi.LanguagePackString

  • Enclosing class:
    TdApi

    public static class TdApi.LanguagePackString
    extends TdApi.Object
    Represents one language pack string.
    • Field Detail

      • key

        public String key
        String key.
      • value

        public TdApi.LanguagePackStringValue value
        String value; pass null if the string needs to be taken from the built-in English language pack.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • LanguagePackString

        public LanguagePackString()
        Represents one language pack string.
      • LanguagePackString

        public LanguagePackString​(String key,
                                  TdApi.LanguagePackStringValue value)
        Represents one language pack string.
        Parameters:
        key - String key.
        value - String value; pass null if the string needs to be taken from the built-in English language pack.