- login(text: string, url: string, opts?: {
bot_username?: string;
forward_text?: string;
request_write_access?: boolean;
}, hide?: boolean): Hideable<InlineKeyboardButton.LoginButton>
-
Parameters
-
text: string
-
url: string
-
opts: {
bot_username?: string;
forward_text?: string;
request_write_access?: boolean;
} = {}
-
Optional
bot_username?: string
-
Optional
forward_text?: string
-
Optional
request_write_access?: boolean
-
hide: boolean = false
Returns Hideable<InlineKeyboardButton.LoginButton>