types
types copied to clipboard
WebApp.openLink options doesnt have the "try_browser: boolean" type
Under WebApp type:
openLink: (link: string, options?: { try_instant_view: boolean }) => void;
it should have try_browser: boolean next to try_instant_view