LoginURLInlineKeyboardButton
data class LoginURLInlineKeyboardButton(val text: String, val loginUrl: LoginURL, val iconCustomEmojiId: CustomEmojiId? = null, val style: KeyboardButtonStyle? = null) : InlineKeyboardButton
You may use this button to automatically authorize your user on loginUrl
Constructors
Link copied to clipboard
constructor(text: String, loginUrl: LoginURL, iconCustomEmojiId: CustomEmojiId? = null, style: KeyboardButtonStyle? = null)