public static class TdApi.InputInvoiceMessage extends TdApi.InputInvoice
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier of the message.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Message identifier.
|
| Constructor and Description |
|---|
InputInvoiceMessage()
An invoice from a message of the type messageInvoice or paid media purchase from messagePaidMedia.
|
InputInvoiceMessage(long chatId,
long messageId)
An invoice from a message of the type messageInvoice or paid media purchase from messagePaidMedia.
|
| 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 InputInvoiceMessage()
public InputInvoiceMessage(long chatId,
long messageId)
chatId - Chat identifier of the message.messageId - Message identifier. Use messageProperties.canBePaid to check whether the message can be used in the method.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object