Package dev. inmo. tgbotapi. types. buttons
Types
Inline Keyboard Markup
Link copied to clipboard
data class InlineKeyboardMarkup(keyboard: Matrix<InlineKeyboardButton>) : KeyboardMarkup
Content copied to clipboard
Keyboard Button
Link copied to clipboard
interface KeyboardButton
Content copied to clipboard
Keyboard Button Poll Type
Link copied to clipboard
interface KeyboardButtonPollType
Content copied to clipboard
Keyboard Button Poll Type Serializer
Link copied to clipboard
object KeyboardButtonPollTypeSerializer : KSerializer<KeyboardButtonPollType>
Content copied to clipboard
Keyboard Button Serializer
Link copied to clipboard
Keyboard Markup
Link copied to clipboard
interface KeyboardMarkup
Content copied to clipboard
Keyboard Markup Serializer
Link copied to clipboard
Quiz Keyboard Button Poll Type
Link copied to clipboard
Regular Keyboard Button Poll Type
Link copied to clipboard
Reply Force
Link copied to clipboard
data class ReplyForce(selective: Boolean?, inputFieldPlaceholder: String?) : KeyboardMarkup
Content copied to clipboard
Reply Keyboard Markup
Link copied to clipboard
data class ReplyKeyboardMarkup(keyboard: Matrix<KeyboardButton>, resizeKeyboard: Boolean?, oneTimeKeyboard: Boolean?, inputFieldPlaceholder: String?, selective: Boolean?) : KeyboardMarkup
Content copied to clipboard
Reply Keyboard Remove
Link copied to clipboard
Request Contact Keyboard Button
Link copied to clipboard
Request Location Keyboard Button
Link copied to clipboard
Request Poll Keyboard Button
Link copied to clipboard
data class RequestPollKeyboardButton(text: String, requestPoll: KeyboardButtonPollType) : KeyboardButton
Content copied to clipboard
Simple Keyboard Button
Link copied to clipboard
Unknown Keyboard Button
Link copied to clipboard
Unknown Keyboard Button Poll Type
Link copied to clipboard