public static class TdApi.CreateInvoiceLink extends TdApi.Function<TdApi.HttpUrl>
Returns HttpUrl
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
businessConnectionId
Unique identifier of business connection on behalf of which to send the request.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.InputMessageContent |
invoice
Information about the invoice of the type inputMessageInvoice.
|
| Constructor and Description |
|---|
CreateInvoiceLink()
Default constructor for a function, which creates a link for the given invoice; for bots only.
|
CreateInvoiceLink(java.lang.String businessConnectionId,
TdApi.InputMessageContent invoice)
Creates a function, which creates a link for the given invoice; for bots only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String businessConnectionId
public TdApi.InputMessageContent invoice
public static final int CONSTRUCTOR
public CreateInvoiceLink()
Returns HttpUrl
public CreateInvoiceLink(java.lang.String businessConnectionId,
TdApi.InputMessageContent invoice)
Returns HttpUrl
businessConnectionId - Unique identifier of business connection on behalf of which to send the request.invoice - Information about the invoice of the type inputMessageInvoice.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object