MessagePaymentSuccessfulBot constructor
      const
      MessagePaymentSuccessfulBot({})
     
    
A payment has been completed; for bots only
Implementation
const MessagePaymentSuccessfulBot({
  required this.currency,
  required this.totalAmount,
  required this.invoicePayload,
  required this.shippingOptionId,
  this.orderInfo,
  required this.telegramPaymentChargeId,
  required this.providerPaymentChargeId,
});