types icon indicating copy to clipboard operation
types copied to clipboard

WebApp.openLink options doesnt have the "try_browser: boolean" type

Open aljalcantara opened this issue 1 year ago • 0 comments

Under WebApp type:

openLink: (link: string, options?: { try_instant_view: boolean }) => void;

it should have try_browser: boolean next to try_instant_view

aljalcantara avatar Jan 12 '25 10:01 aljalcantara