public static class TdApi.PushMessageContentInvoice extends TdApi.PushMessageContent
TdApi.PushMessageContent.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.PushMessageContent