Interface CreateInvoiceLink

Creates a link for the given invoice; for bots only. Request type for Tdjson#createInvoiceLink.

interface CreateInvoiceLink {
    @type: "createInvoiceLink";
    business_connection_id: string;
    invoice: InputMessageContent;
}

Properties

@type: "createInvoiceLink"
business_connection_id: string

Unique identifier of business connection on behalf of which to send the request.

Information about the invoice of the type inputMessageInvoice.