mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-26 03:58:44 +00:00
Update InlineKeyboardMarkup.kt
This commit is contained in:
parent
eb923a6338
commit
f447be02dc
@ -21,7 +21,7 @@ data class InlineKeyboardMarkup(
|
|||||||
// first button is not PayInlineKeyboardButton
|
// first button is not PayInlineKeyboardButton
|
||||||
val firstIsPaymentButton = keyboard.first().firstOrNull() is PayInlineKeyboardButton
|
val firstIsPaymentButton = keyboard.first().firstOrNull() is PayInlineKeyboardButton
|
||||||
if (!firstIsPaymentButton) {
|
if (!firstIsPaymentButton) {
|
||||||
error("In case if PayInlineKeyboardButton included in keyboard - it must ")
|
error("In case if PayInlineKeyboardButton included in keyboard - it must be the first one")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user