WebAppKeyboardButton
data class WebAppKeyboardButton(val text: String, val webApp: WebAppInfo, val iconCustomEmojiId: CustomEmojiId? = null, val style: KeyboardButtonStyle? = null) : KeyboardButton
Private chats only. Description of the Web App that will be launched when the user presses the button. The Web App will be able to send an arbitrary message on behalf of the user using the method answerWebAppQuery. Available only in private chats between a user and the bot.
Constructors
Link copied to clipboard
constructor(text: String, webApp: WebAppInfo, iconCustomEmojiId: CustomEmojiId? = null, style: KeyboardButtonStyle? = null)