java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PushMessageContent
it.tdlight.jni.TdApi.PushMessageContentInvoice
- Enclosing class:
- TdApi
A message with an invoice from a bot.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
True, if the message is a pinned message with the specified content.Product price. -
Constructor Summary
ConstructorDescriptionA message with an invoice from a bot.A message with an invoice from a bot.PushMessageContentInvoice
(String price, boolean isPinned) A message with an invoice from a bot. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
price
Product price. -
isPinned
public boolean isPinnedTrue, if the message is a pinned message with the specified content. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
PushMessageContentInvoice
public PushMessageContentInvoice()A message with an invoice from a bot. -
PushMessageContentInvoice
A message with an invoice from a bot.- Parameters:
price
- String Product price.isPinned
- boolean True, if the message is a pinned message with the specified content.
-
PushMessageContentInvoice
A message with an invoice from a bot.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-