java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputInvoice
it.tdlight.jni.TdApi.InputInvoiceMessage
- Enclosing class:
- TdApi
An invoice from a message of the type messageInvoice.
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier of the message.static final int
long
Message identifier. -
Constructor Summary
ConstructorDescriptionAn invoice from a message of the type messageInvoice.InputInvoiceMessage
(long chatId, long messageId) An invoice from a message of the type messageInvoice.InputInvoiceMessage
(DataInput input) An invoice from a message of the type messageInvoice. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier of the message. -
messageId
public long messageIdMessage identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InputInvoiceMessage
public InputInvoiceMessage()An invoice from a message of the type messageInvoice. -
InputInvoiceMessage
public InputInvoiceMessage(long chatId, long messageId) An invoice from a message of the type messageInvoice.- Parameters:
chatId
- long Chat identifier of the message.messageId
- long Message identifier.
-
InputInvoiceMessage
An invoice from a message of the type messageInvoice.- 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()
-