Package org.drinkless.tdlib
Class TdApi.CreateInvoiceLink
- Enclosing class:
- TdApi
Creates a link for the given invoice; for bots only.
Returns HttpUrl
-
Field Summary
FieldsModifier and TypeFieldDescriptionUnique identifier of business connection on behalf of which to send the request.static final int
Identifier uniquely determining type of the object.Information about the invoice of the type inputMessageInvoice. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which creates a link for the given invoice; for bots only.CreateInvoiceLink
(String businessConnectionId, TdApi.InputMessageContent invoice) Creates a function, which creates a link for the given invoice; for bots only. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
businessConnectionId
Unique identifier of business connection on behalf of which to send the request. -
invoice
Information about the invoice of the type inputMessageInvoice. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
CreateInvoiceLink
public CreateInvoiceLink()Default constructor for a function, which creates a link for the given invoice; for bots only.Returns
HttpUrl
-
CreateInvoiceLink
Creates a function, which creates a link for the given invoice; for bots only.Returns
HttpUrl
- Parameters:
businessConnectionId
- Unique identifier of business connection on behalf of which to send the request.invoice
- Information about the invoice of the type inputMessageInvoice.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-