Function grammers_client::types::button::url

source ·
pub fn url<T: Into<String>, U: Into<String>>(text: T, url: U) -> Inline
Expand description

An inline button that when clicked will ask the user if they want to open the specified URL.

The URL will be visible to the user before it’s opened unless it’s trusted (such as Telegram’s domain).