Function teloxide::utils::markdown::link

source ·
pub fn link(url: &str, text: &str) -> String
Expand description

Builds an inline link with an anchor.

Escapes ) and ``` characters inside the link url.