pushMessageContentInvoice property
A message with an invoice from a bot
Implementation
PushMessageContentInvoice? get pushMessageContentInvoice {
if (this is PushMessageContentInvoice) {
return this as PushMessageContentInvoice;
}
return null;
}