Package dev. inmo. tgbotapi. types. buttons
Types
ForceReply
Link copied to clipboard
InlineKeyboardMarkup
Link copied to clipboard
data class InlineKeyboardMarkup(keyboard: Matrix<InlineKeyboardButton>) : KeyboardMarkup
Content copied to clipboard
KeyboardButton
Link copied to clipboard
sealed class KeyboardButton
Content copied to clipboard
KeyboardButtonPollType
Link copied to clipboard
sealed class KeyboardButtonPollType
Content copied to clipboard
KeyboardMarkup
Link copied to clipboard
interface KeyboardMarkup
Content copied to clipboard
QuizKeyboardButtonPollType
Link copied to clipboard
RegularKeyboardButtonPollType
Link copied to clipboard
ReplyKeyboardMarkup
Link copied to clipboard
data class ReplyKeyboardMarkup(keyboard: Matrix<KeyboardButton>, resizeKeyboard: Boolean?, oneTimeKeyboard: Boolean?, selective: Boolean?) : KeyboardMarkup
Content copied to clipboard
ReplyKeyboardRemove
Link copied to clipboard
RequestContactKeyboardButton
Link copied to clipboard
RequestLocationKeyboardButton
Link copied to clipboard
RequestPollKeyboardButton
Link copied to clipboard
data class RequestPollKeyboardButton(text: String, requestPoll: KeyboardButtonPollType) : KeyboardButton
Content copied to clipboard
SimpleKeyboardButton
Link copied to clipboard
UnknownKeyboardButton
Link copied to clipboard
UnknownKeyboardButtonPollType
Link copied to clipboard