Package dev. inmo. tgbotapi. types. buttons
Types
InlineKeyboardMarkup
Link copied to clipboard
data class InlineKeyboardMarkup(keyboard: Matrix<InlineKeyboardButton>) : KeyboardMarkup
Content copied to clipboard
KeyboardButton
Link copied to clipboard
interface KeyboardButton
Content copied to clipboard
KeyboardButtonPollType
Link copied to clipboard
interface KeyboardButtonPollType
Content copied to clipboard
KeyboardButtonPollTypeSerializer
Link copied to clipboard
object KeyboardButtonPollTypeSerializer : KSerializer<KeyboardButtonPollType>
Content copied to clipboard
KeyboardButtonSerializer
Link copied to clipboard
KeyboardMarkup
Link copied to clipboard
interface KeyboardMarkup
Content copied to clipboard
KeyboardMarkupSerializer
Link copied to clipboard
QuizKeyboardButtonPollType
Link copied to clipboard
RegularKeyboardButtonPollType
Link copied to clipboard
ReplyForce
Link copied to clipboard
data class ReplyForce(selective: Boolean?, inputFieldPlaceholder: String?) : KeyboardMarkup
Content copied to clipboard
ReplyKeyboardMarkup
Link copied to clipboard
data class ReplyKeyboardMarkup(keyboard: Matrix<KeyboardButton>, resizeKeyboard: Boolean?, oneTimeKeyboard: Boolean?, inputFieldPlaceholder: String?, 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