From e3896eb7691e567afe11f4d56a6a3dbb83768709 Mon Sep 17 00:00:00 2001 From: Egor Date: Mon, 19 Jan 2026 08:00:19 +0300 Subject: [PATCH] Update vite-env.d.ts --- src/vite-env.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vite-env.d.ts b/src/vite-env.d.ts index c61a7b6..466aecb 100644 --- a/src/vite-env.d.ts +++ b/src/vite-env.d.ts @@ -28,7 +28,7 @@ interface TelegramWebApp { ready: () => void expand: () => void close: () => void - openLink: (url: string, options?: { try_instant_view?: boolean }) => void + openLink: (url: string, options?: { try_instant_view?: boolean; try_browser?: boolean }) => void openTelegramLink: (url: string) => void openInvoice: (url: string, callback?: (status: 'paid' | 'cancelled' | 'failed' | 'pending') => void) => void MainButton: {