KeyboardButtonWebView

---types---
keyboardButtonWebView#e846b1a0 style:flags.10?KeyboardButtonStyle text:string url:string = KeyboardButton

Belongs to

KeyboardButton

In Rust this constructor is a variant of the enums::KeyboardButton enum.
Match on it with: if let enums::KeyboardButton::KeyboardButtonWebView(v) = result { ... }

Parameters

styleKeyboardButtonStyleoptional
textstringrequired
urlstringrequired

Used by

RequestWebViewButton