Package dev.inmo.tgbotapi.types.buttons.reply

Functions

Link copied to clipboard
inline fun requestContactReplyButton(text: String): RequestContactKeyboardButton
Link copied to clipboard
inline fun requestLocationReplyButton(text: String): RequestLocationKeyboardButton
Link copied to clipboard
inline fun requestPollReplyButton(text: String, pollType: KeyboardButtonPollType): RequestPollKeyboardButton
Link copied to clipboard
inline fun simpleReplyButton(text: String): SimpleKeyboardButton

Creates and put SimpleKeyboardButton

Link copied to clipboard
inline fun webAppReplyButton(text: String, webApp: WebAppInfo): WebAppKeyboardButton
inline fun webAppReplyButton(text: String, url: String): WebAppKeyboardButton

Creates and put WebAppKeyboardButton