Function show
Source pub fn show() -> Result<(), JsValue>
Expand description
Show the Telegram Settings Button.
§Errors
Returns Err if the underlying JavaScript call fails or the button is
missing.
§Examples
use telegram_webapp_sdk::api::settings_button::show;
show()?;