Package org.drinkless.tdlib
Class TdApi.UpdateOption
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateOption
- Enclosing class:
- TdApi
An option changed its value.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The option name.The new option value. -
Constructor Summary
ConstructorsConstructorDescriptionAn option changed its value.UpdateOption(String name, TdApi.OptionValue value) An option changed its value. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
name
The option name. -
value
The new option value. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateOption
public UpdateOption()An option changed its value. -
UpdateOption
An option changed its value.- Parameters:
name- The option name.value- The new option value.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-