public static class TdApi.GetPaymentReceipt extends TdApi.Function<TdApi.PaymentReceipt>
Returns PaymentReceipt
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier of the messagePaymentSuccessful 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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 messagePaymentSuccessful message.messageId - Message identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object