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 classRepresents a boolean option.static classRepresents an unknown option or an option which has a default value.static classRepresents an integer option.static classRepresents a string option.Fields in org.drinkless.tdlib declared as TdApi.OptionValueModifier and TypeFieldDescriptionTdApi.SetOption.valueThe new value of the option; pass null to reset option value to a default value.TdApi.UpdateOption.valueThe 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.