CreateInvoiceLink constructor
const
CreateInvoiceLink({
- required InputMessageContent invoice,
Creates a link for the given invoice; for bots only
Implementation
const CreateInvoiceLink({
required this.invoice,
});