Uses of Class
it.tdlight.jni.TdApi.OptionValue
-
Uses of TdApi.OptionValue in it.tdlight.jni
Modifier 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.Modifier 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.ModifierConstructorDescriptionSetOption
(String name, TdApi.OptionValue value) Sets the value of an option.UpdateOption
(String name, TdApi.OptionValue value) An option changed its value.