Uses of Class
it.tdlight.jni.TdApi.OptionValue
-
Uses of TdApi.OptionValue in it.tdlight.jni
Subclasses of TdApi.OptionValue in it.tdlight.jniModifier and TypeClassDescriptionstatic final class
Represents a boolean option.static final class
Represents an unknown option or an option which has a default value.static final class
Represents an integer option.static final class
Represents a string option.Fields in it.tdlight.jni declared as TdApi.OptionValueModifier and TypeFieldDescriptionTdApi.SetOption.value
The new value of the option; pass null to reset option value to a default value.TdApi.UpdateOption.value
The new option value.Constructors in it.tdlight.jni with parameters of type TdApi.OptionValueModifierConstructorDescriptionSetOption
(String name, TdApi.OptionValue value) Sets the value of an option.UpdateOption
(String name, TdApi.OptionValue value) An option changed its value.