InputInvoiceMessage constructor

const InputInvoiceMessage({
  1. required int chatId,
  2. required int messageId,
})

An invoice from a message of the type messageInvoice

Implementation

const InputInvoiceMessage({
  required this.chatId,
  required this.messageId,
});