ReplyKeyboardRowBuilder

class ReplyKeyboardRowBuilder : RowBuilder<KeyboardButton>

Row builder of KeyboardButton

See also

Constructors

Link copied to clipboard
fun ReplyKeyboardRowBuilder()

Functions

Link copied to clipboard
fun add(t: KeyboardButton): Boolean
Link copied to clipboard
operator fun KeyboardButton.unaryPlus(): Boolean

Properties

Link copied to clipboard
val row: List<KeyboardButton>

Extensions

Link copied to clipboard
inline fun ReplyKeyboardRowBuilder.requestContactButton(text: String): Boolean
Link copied to clipboard
inline fun ReplyKeyboardRowBuilder.requestLocationButton(text: String): Boolean
Link copied to clipboard
inline fun ReplyKeyboardRowBuilder.requestPollButton(text: String, pollType: KeyboardButtonPollType): Boolean
Link copied to clipboard
inline fun ReplyKeyboardRowBuilder.simpleButton(text: String): Boolean

Creates and put SimpleKeyboardButton

Link copied to clipboard
inline fun ReplyKeyboardRowBuilder.webAppButton(text: String, webApp: WebAppInfo): Boolean
inline fun ReplyKeyboardRowBuilder.webAppButton(text: String, url: String): Boolean

Creates and put WebAppKeyboardButton