flatInlineKeyboard

inline fun flatInlineKeyboard(block: InlineKeyboardRowBuilder.() -> Unit): InlineKeyboardMarkup

Factory-function for InlineKeyboardBuilder, but in difference with inlineKeyboard this function will create single-row inline keyboard

See also