Uses of Class
org.drinkless.tdlib.TdApi.OptionValue
-
Packages that use TdApi.OptionValue Package Description org.drinkless.tdlib -
-
Uses of TdApi.OptionValue in org.drinkless.tdlib
Subclasses of TdApi.OptionValue in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.OptionValueBooleanRepresents a boolean option.static classTdApi.OptionValueEmptyRepresents an unknown option or an option which has a default value.static classTdApi.OptionValueIntegerRepresents an integer option.static classTdApi.OptionValueStringRepresents a string option.Fields in org.drinkless.tdlib declared as TdApi.OptionValue Modifier and Type Field Description TdApi.OptionValueTdApi.SetOption. valueThe new value of the option; pass null to reset option value to a default value.TdApi.OptionValueTdApi.UpdateOption. valueThe new option value.Constructors in org.drinkless.tdlib with parameters of type TdApi.OptionValue Constructor Description SetOption(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.
-