interface LoginButton {
    loginUrl: LoginUrl;
    text: string;
}

Hierarchy (view full)

Properties

Properties

loginUrl: LoginUrl

An HTTPS URL used to automatically authorize the user. Can be used as a replacement for the Telegram Login Widget.

text: string

Label text on the button