webAppButton

fun InlineKeyboardRowBuilder.webAppButton(text: String, webApp: WebAppInfo, iconCustomEmojiId: CustomEmojiId? = null, style: KeyboardButtonStyle? = null): Boolean
fun InlineKeyboardRowBuilder.webAppButton(text: String, url: String, iconCustomEmojiId: CustomEmojiId? = null, style: KeyboardButtonStyle? = null): Boolean

Creates and put WebAppInlineKeyboardButton. Please, remember that this button is available in private chats only

See also

InlineKeyboardBuilder.row

fun ReplyKeyboardRowBuilder.webAppButton(text: String, webApp: WebAppInfo, iconCustomEmojiId: CustomEmojiId? = null, style: KeyboardButtonStyle? = null): Boolean
fun ReplyKeyboardRowBuilder.webAppButton(text: String, url: String, iconCustomEmojiId: CustomEmojiId? = null, style: KeyboardButtonStyle? = null): Boolean

Creates and put WebAppKeyboardButton

See also

ReplyKeyboardBuilder.row