- Enclosing class:
- TdApi
Returns information about a successful payment.
Returns
PaymentReceipt
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier of the PaymentSuccessful message.static final int
long
Message identifier. -
Constructor Summary
ConstructorDescriptionReturns information about a successful payment.GetPaymentReceipt
(long chatId, long messageId) Returns information about a successful payment.GetPaymentReceipt
(DataInput input) Returns information about a successful payment. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdChat identifier of the PaymentSuccessful message. -
messageId
public long messageIdMessage identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetPaymentReceipt
public GetPaymentReceipt()Returns information about a successful payment. ReturnsPaymentReceipt
-
GetPaymentReceipt
public GetPaymentReceipt(long chatId, long messageId) Returns information about a successful payment. ReturnsPaymentReceipt
- Parameters:
chatId
- long Chat identifier of the PaymentSuccessful message.messageId
- long Message identifier.
-
GetPaymentReceipt
Returns information about a successful payment. ReturnsPaymentReceipt
- 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()
-