Package org.drinkless.tdlib
Class TdApi.DiffEntityTypeReplace
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.DiffEntityType
org.drinkless.tdlib.TdApi.DiffEntityTypeReplace
- Enclosing class:
TdApi
Change of some text.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.DiffEntityType
TdApi.DiffEntityType.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The old text. -
Constructor Summary
ConstructorsConstructorDescriptionChange of some text.DiffEntityTypeReplace(String oldText) Change of some text. -
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
-
oldText
The old text. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
DiffEntityTypeReplace
public DiffEntityTypeReplace()Change of some text. -
DiffEntityTypeReplace
Change of some text.- Parameters:
oldText- The old text.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.DiffEntityType- Returns:
- this.CONSTRUCTOR
-