public static class TdApi.PushMessageContentInvoice extends TdApi.PushMessageContent
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isPinned
True, if the message is a pinned message with the specified content.
|
java.lang.String |
price
Product price.
|
| Constructor and Description |
|---|
PushMessageContentInvoice()
A message with an invoice from a bot.
|
PushMessageContentInvoice(java.lang.String price,
boolean isPinned)
A message with an invoice from a bot.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String price
public boolean isPinned
public static final int CONSTRUCTOR
public PushMessageContentInvoice()
public PushMessageContentInvoice(java.lang.String price,
boolean isPinned)
price - Product price.isPinned - True, if the message is a pinned message with the specified content.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object