Skip to main content
Module

x/mtkruto/mod.ts>LoginUrl

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface LoginUrl
Re-export
import { type LoginUrl } from "https://deno.land/x/mtkruto@0.1.702/mod.ts";

A login URL.

Properties

url: string

The login URL.

optional
forwardText: string

A different text for the login button that will be shown when the message is forwarded.

optional
botUsername: string

The username of the bot that performs the authorization.

optional
requestWriteAccess: boolean

Whether logging in will allow the bot to privately message the user.