URLInlineKeyboardButton

@Serializable
data class URLInlineKeyboardButton(val text: String, val url: String) : InlineKeyboardButton

Simple url button. Can be forwarded in any chat with message in case if it is the only one button in message

Constructors

Link copied to clipboard
constructor(text: String, url: String)

Properties

Link copied to clipboard
open override val text: String
Link copied to clipboard
@SerialName(value = "url")
val url: String