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