row
inline fun InlineKeyboardBuilder.row(crossinline block: InlineKeyboardRowBuilder.() -> Unit): Boolean
Content copied to clipboard
Creates an InlineKeyboardRowBuilder and apply with this builder
See also
inline fun ReplyKeyboardBuilder.row(crossinline block: ReplyKeyboardRowBuilder.() -> Unit): Boolean
Content copied to clipboard
Creates an ReplyKeyboardRowBuilder and apply with this builder