GetPaymentForm constructor
const
GetPaymentForm({
- required int chatId,
- required int messageId,
- PaymentFormTheme? theme,
Returns an invoice payment form. This method must be called when the user presses inlineKeyboardButtonBuy
Implementation
const GetPaymentForm({
required this.chatId,
required this.messageId,
this.theme,
});