PushMessageContentInvoice constructor

const PushMessageContentInvoice({
  1. required String price,
  2. required bool isPinned,
})

A message with an invoice from a bot

Implementation

const PushMessageContentInvoice({
  required this.price,
  required this.isPinned,
});