public static class TdApi.PushMessageContentRecurringPayment extends TdApi.PushMessageContent
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
amount
The paid amount.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
PushMessageContentRecurringPayment()
A new recurring payment was made by the current user.
|
PushMessageContentRecurringPayment(java.lang.String amount)
A new recurring payment was made by the current user.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String amount
public static final int CONSTRUCTOR
public PushMessageContentRecurringPayment()
public PushMessageContentRecurringPayment(java.lang.String amount)
amount - The paid amount.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object