Package org.drinkless.tdlib
Class TdApi.GetPaymentReceipt
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.PaymentReceipt>
org.drinkless.tdlib.TdApi.GetPaymentReceipt
- Enclosing class:
- TdApi
Returns information about a successful payment.
Returns PaymentReceipt
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier of the messagePaymentSuccessful message.static final intIdentifier uniquely determining type of the object.longMessage identifier. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns information about a successful payment.GetPaymentReceipt(long chatId, long messageId) Creates a function, which returns information about a successful payment. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
chatId
public long chatIdChat identifier of the messagePaymentSuccessful message. -
messageId
public long messageIdMessage identifier. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetPaymentReceipt
public GetPaymentReceipt()Default constructor for a function, which returns information about a successful payment.Returns
PaymentReceipt -
GetPaymentReceipt
public GetPaymentReceipt(long chatId, long messageId) Creates a function, which returns information about a successful payment.Returns
PaymentReceipt- Parameters:
chatId- Chat identifier of the messagePaymentSuccessful message.messageId- Message identifier.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-