method InlineKeyboard.prototype.loginimport { InlineKeyboard } from "https://deno.land/x/grammy@v1.15.3/convenience/keyboard.ts"; login(text: string, loginUrl: string | LoginUrl)Adds a new login button. This can be used as a replacement for the Telegram Login Widget. You must specify an HTTPS URL used to automatically authorize the user. Parameterstext: stringThe text to display loginUrl: string | LoginUrlThe login URL as string or LoginUrl object