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

Properties

Link copied to clipboard
open override val text: String
Link copied to clipboard
val url: String

Extensions

Link copied to clipboard