public static class TdApi.GetPaymentReceipt extends TdApi.Function
Returns PaymentReceipt
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Chat identifier of the PaymentSuccessful message.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Message identifier.
|
Constructor and Description |
---|
GetPaymentReceipt()
Default 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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public long messageId
public static final int CONSTRUCTOR
public GetPaymentReceipt()
Returns PaymentReceipt
public GetPaymentReceipt(long chatId, long messageId)
Returns PaymentReceipt
chatId
- Chat identifier of the PaymentSuccessful message.messageId
- Message identifier.public int getConstructor()
getConstructor
in class TdApi.Function