MessageInvoice constructor
const
MessageInvoice({})
A message with an invoice from a bot
Implementation
const MessageInvoice({
required this.title,
required this.description,
this.photo,
required this.currency,
required this.totalAmount,
required this.startParameter,
required this.isTest,
required this.needShippingAddress,
required this.receiptMessageId,
});