PushMessageContentInvoice constructor

PushMessageContentInvoice(
  1. {required String price,
  2. required bool is_pinned,
  3. int? extra,
  4. int? clientId}
)

A message with an invoice from a bot

Implementation

PushMessageContentInvoice