public static class TdApi.PaymentFormTypeStars extends TdApi.PaymentFormType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
starCount
Number of Telegram Stars that will be paid.
|
| Constructor and Description |
|---|
PaymentFormTypeStars()
The payment form is for a payment in Telegram Stars.
|
PaymentFormTypeStars(long starCount)
The payment form is for a payment in Telegram Stars.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long starCount
public static final int CONSTRUCTOR
public PaymentFormTypeStars()
public PaymentFormTypeStars(long starCount)
starCount - Number of Telegram Stars that will be paid.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object