pub async fn create_invoice_link(
invoice: InputMessageContent,
client_id: i32,
) -> Result<HttpUrl, Error>Expand description
Creates a link for the given invoice; for bots only
ยงArguments
invoice- Information about the invoice of the type inputMessageInvoiceclient_id- The client id to send the request to