Package org.drinkless.tdlib
Class TdApi.PaymentReceiptTypeStars
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PaymentReceiptType
org.drinkless.tdlib.TdApi.PaymentReceiptTypeStars
- Enclosing class:
- TdApi
The payment was done using Telegram Stars.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longNumber of Telegram Stars that were paid.Unique identifier of the transaction that can be used to dispute it. -
Constructor Summary
ConstructorsConstructorDescriptionThe payment was done using Telegram Stars.PaymentReceiptTypeStars(long starCount, String transactionId) The payment was done using 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
-
starCount
public long starCountNumber of Telegram Stars that were paid. -
transactionId
Unique identifier of the transaction that can be used to dispute it. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PaymentReceiptTypeStars
public PaymentReceiptTypeStars()The payment was done using Telegram Stars. -
PaymentReceiptTypeStars
The payment was done using Telegram Stars.- Parameters:
starCount- Number of Telegram Stars that were paid.transactionId- Unique identifier of the transaction that can be used to dispute it.
-
-
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
-