Class TdApi.LanguagePackString

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.LanguagePackString
Enclosing class:
TdApi

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

    • key

      public String key
      String key.
    • 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:
  • Constructor Details

    • 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.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR