Module tdlight.api

Class TdApi.CreateInvoiceLink

Enclosing class:
TdApi

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

  • Constructor Details

    • CreateInvoiceLink

      public CreateInvoiceLink()
      Creates a link for the given invoice; for bots only. Returns HttpUrl
    • CreateInvoiceLink

      public CreateInvoiceLink(TdApi.InputMessageContent invoice)
      Creates a link for the given invoice; for bots only. Returns HttpUrl
      Parameters:
      invoice - InputMessageContent Information about the invoice of the type inputMessageInvoice.
    • CreateInvoiceLink

      public CreateInvoiceLink(DataInput input) throws IOException
      Creates a link for the given invoice; for bots only. Returns HttpUrl
      Throws:
      IOException
  • Method Details