Class TdApi.OptionValueString

  • Enclosing class:
    TdApi

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

      • value

        public String value
        The value of the option.
      • CONSTRUCTOR

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

      • OptionValueString

        public OptionValueString()
        Represents a string option.
      • OptionValueString

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