Function teloxide::utils::markdown::strike

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

Applies the strikethrough font style to the string.

Passed string will not be automatically escaped because it can contain nested markup.