Class TdApi.OptionValueString

Enclosing class:
TdApi

public static class TdApi.OptionValueString extends TdApi.OptionValue
Represents a string option.
  • Field Details

    • value

      public String value
      The value of the option.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • OptionValueString

      public OptionValueString()
      Represents a string option.
    • OptionValueString

      public OptionValueString(String value)
      Represents a string option.
      Parameters:
      value - The value of the option.
  • 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