Class TdApi.CreateInvoiceLink

Enclosing class:
TdApi

public static class TdApi.CreateInvoiceLink extends TdApi.Function<TdApi.HttpUrl>
Creates a link for the given invoice; for bots only.

Returns HttpUrl

  • Field Details

    • invoice

      public TdApi.InputMessageContent invoice
      Information about the invoice of the type inputMessageInvoice.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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

      public CreateInvoiceLink(TdApi.InputMessageContent invoice)
      Creates a function, which creates a link for the given invoice; for bots only.

      Returns HttpUrl

      Parameters:
      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 class TdApi.Object
      Returns:
      this.CONSTRUCTOR