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)

Properties

Link copied to clipboard
open override val iconCustomEmojiId: CustomEmojiId? = null
Link copied to clipboard
Link copied to clipboard
open override val style: KeyboardButtonStyle? = null
Link copied to clipboard
open override val text: String