CreateInvoiceLink constructor

const CreateInvoiceLink({
  1. required InputMessageContent invoice,
})

Creates a link for the given invoice; for bots only

Implementation

const CreateInvoiceLink({
  required this.invoice,
});