Module tdlight.api

Class TdApi.OptionValueString

Enclosing class:
TdApi

public static final 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
      See Also:
  • Constructor Details

    • OptionValueString

      public OptionValueString()
      Represents a string option.
    • OptionValueString

      public OptionValueString(String value)
      Represents a string option.
      Parameters:
      value - String The value of the option.
    • OptionValueString

      public OptionValueString(DataInput input) throws IOException
      Represents a string option.
      Throws:
      IOException
  • Method Details