method InlineKeyboard.prototype.urlimport { InlineKeyboard } from "https://dotland.deno.dev/x/grammy@v1.15.2/mod.ts"; url(text: string, url: string)Adds a new URL button. Telegram clients will open the provided URL when the button is pressed. Parameterstext: stringThe text to display url: stringHTTP or tg:// url to be opened when the button is pressed. Links tg://user?id=<user_id> can be used to mention a user by their ID without using a username, if this is allowed by their privacy settings.