public static class TdApi.PaymentReceiptTypeStars extends TdApi.PaymentReceiptType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
starCount
Number of Telegram Stars that were paid.
|
java.lang.String |
transactionId
Unique identifier of the transaction that can be used to dispute it.
|
| Constructor and Description |
|---|
PaymentReceiptTypeStars()
The payment was done using Telegram Stars.
|
PaymentReceiptTypeStars(long starCount,
java.lang.String transactionId)
The payment was done using Telegram Stars.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long starCount
public java.lang.String transactionId
public static final int CONSTRUCTOR
public PaymentReceiptTypeStars()
public PaymentReceiptTypeStars(long starCount,
java.lang.String transactionId)
starCount - Number of Telegram Stars that were paid.transactionId - Unique identifier of the transaction that can be used to dispute it.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object