SendPaymentForm constructor
const
SendPaymentForm({})
Sends a filled-out payment form to the bot for final verification
Implementation
const SendPaymentForm({
required this.chatId,
required this.messageId,
required this.paymentFormId,
required this.orderInfoId,
required this.shippingOptionId,
required this.credentials,
required this.tipAmount,
});