Uses of Class
org.drinkless.tdlib.TdApi.OptionValue
Packages that use TdApi.OptionValue
-
Uses of TdApi.OptionValue in org.drinkless.tdlib
Subclasses of TdApi.OptionValue in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
Represents a boolean option.static class
Represents an unknown option or an option which has a default value.static class
Represents an integer option.static class
Represents a string option.Fields in org.drinkless.tdlib 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 org.drinkless.tdlib with parameters of type TdApi.OptionValueModifierConstructorDescriptionSetOption
(String name, TdApi.OptionValue value) Creates a function, which sets the value of an option.UpdateOption
(String name, TdApi.OptionValue value) An option changed its value.