BotInlineMessageMediaInvoice constructor

const BotInlineMessageMediaInvoice({
  1. required bool shippingAddressRequested,
  2. required bool test,
  3. required String title,
  4. required String description,
  5. WebDocumentBase? photo,
  6. required String currency,
  7. required int totalAmount,
  8. ReplyMarkupBase? replyMarkup,
})

Bot Inline Message Media Invoice constructor.

Implementation

const BotInlineMessageMediaInvoice({
  required this.shippingAddressRequested,
  required this.test,
  required this.title,
  required this.description,
  this.photo,
  required this.currency,
  required this.totalAmount,
  this.replyMarkup,
}) : super._();