webAppButton

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

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

See also


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

Creates and put WebAppKeyboardButton

See also