java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputMessageContent
it.tdlight.jni.TdApi.InputMessageInvoice
- Enclosing class:
- TdApi
A message with an invoice; can be used only by bots.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.Product description; 0-255 characters.The content of extended media attached to the invoice.Invoice.byte[]
The invoice payload.int
Product photo height.int
Product photo size.Product photo URL; optional.int
Product photo width.JSON-encoded data about the invoice, which will be shared with the payment provider.Payment provider token.Unique invoice bot deep link parameter for the generation of this invoice.Product title; 1-32 characters. -
Constructor Summary
ConstructorDescriptionA message with an invoice; can be used only by bots.InputMessageInvoice
(TdApi.Invoice invoice, String title, String description, String photoUrl, int photoSize, int photoWidth, int photoHeight, byte[] payload, String providerToken, String providerData, String startParameter, TdApi.InputMessageContent extendedMediaContent) A message with an invoice; can be used only by bots.InputMessageInvoice
(DataInput input) A message with an invoice; can be used only by bots. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
invoice
Invoice. -
title
Product title; 1-32 characters. -
description
Product description; 0-255 characters. -
photoUrl
Product photo URL; optional. -
photoSize
public int photoSizeProduct photo size. -
photoWidth
public int photoWidthProduct photo width. -
photoHeight
public int photoHeightProduct photo height. -
payload
public byte[] payloadThe invoice payload. -
providerToken
Payment provider token. -
providerData
JSON-encoded data about the invoice, which will be shared with the payment provider. -
startParameter
Unique invoice bot deep link parameter for the generation of this invoice. If empty, it would be possible to pay directly from forwards of the invoice message. -
extendedMediaContent
The content of extended media attached to the invoice. The content of the message to be sent. Must be one of the following types: inputMessagePhoto, inputMessageVideo. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputMessageInvoice
public InputMessageInvoice()A message with an invoice; can be used only by bots. -
InputMessageInvoice
public InputMessageInvoice(TdApi.Invoice invoice, String title, String description, String photoUrl, int photoSize, int photoWidth, int photoHeight, byte[] payload, String providerToken, String providerData, String startParameter, TdApi.InputMessageContent extendedMediaContent) A message with an invoice; can be used only by bots.- Parameters:
invoice
- Invoice.title
- Product title; 1-32 characters.description
- Product description; 0-255 characters.photoUrl
- Product photo URL; optional.photoSize
- Product photo size.photoWidth
- Product photo width.photoHeight
- Product photo height.payload
- The invoice payload.providerToken
- Payment provider token.providerData
- JSON-encoded data about the invoice, which will be shared with the payment provider.startParameter
- Unique invoice bot deep link parameter for the generation of this invoice. If empty, it would be possible to pay directly from forwards of the invoice message.extendedMediaContent
- The content of extended media attached to the invoice. The content of the message to be sent. Must be one of the following types: inputMessagePhoto, inputMessageVideo.
-
InputMessageInvoice
A message with an invoice; can be used only by bots.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-