Package org.drinkless.tdlib
Class TdApi.StarTransactionDirectionIncoming
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StarTransactionDirection
org.drinkless.tdlib.TdApi.StarTransactionDirectionIncoming
- Enclosing class:
- TdApi
The transaction is incoming and increases the number of owned Telegram stars.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.StarTransactionDirection
TdApi.StarTransactionDirection.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionThe transaction is incoming and increases the number of owned Telegram stars. -
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
-
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
StarTransactionDirectionIncoming
public StarTransactionDirectionIncoming()The transaction is incoming and increases the number of owned Telegram stars.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.StarTransactionDirection- Returns:
- this.CONSTRUCTOR
-