Function teloxide::utils::markdown::underline

source ·
pub fn underline(s: &str) -> String
Expand description

Applies the underline font style to the string.

Can be safely used with utils::markdown::italic(). Passed string will not be automatically escaped because it can contain nested markup.