Package it.ernytech.tdlib
Class TdApi.UpdateOption
- java.lang.Object
-
- it.ernytech.tdlib.TdApi.Object
-
- it.ernytech.tdlib.TdApi.Update
-
- it.ernytech.tdlib.TdApi.UpdateOption
-
- Enclosing class:
- TdApi
public static class TdApi.UpdateOption extends TdApi.Update
An option changed its value.
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
Identifier uniquely determining type of the object.java.lang.String
name
The option name.TdApi.OptionValue
value
The new option value.
-
Constructor Summary
Constructors Constructor Description UpdateOption()
Default constructor.UpdateOption(java.lang.String name, TdApi.OptionValue value)
Constructor for initialization of all fields.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getConstructor()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class it.ernytech.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
name
public java.lang.String name
The option name.
-
value
public TdApi.OptionValue value
The new option value.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateOption
public UpdateOption()
Default constructor.
-
UpdateOption
public UpdateOption(java.lang.String name, TdApi.OptionValue value)
Constructor for initialization of all fields.- Parameters:
name
- The option name.value
- The new option value.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
-