data class PayInlineKeyboardButton : InlineKeyboardButton
PayInlineKeyboardButton(text: String, pay: Boolean)
val pay: Boolean
val text: String