This commit is contained in:
Ilya Laktyushin
2024-05-17 23:40:10 +04:00
parent 8f6767c010
commit c099ec3641
66 changed files with 4487 additions and 162 deletions

View File

@@ -13,9 +13,9 @@ public final class BotCheckoutController: ViewController {
case generic
}
let form: BotPaymentForm
let validatedFormInfo: BotPaymentValidatedFormInfo?
let botPeer: EnginePeer?
public let form: BotPaymentForm
public let validatedFormInfo: BotPaymentValidatedFormInfo?
public let botPeer: EnginePeer?
private init(
form: BotPaymentForm,