aplafoe
Results
1
issues of
aplafoe
I tried this code: ```rust let str_with_spoiler = String::from("visible||unvisible||visible"); bot.send_message(msg.chat.id, str_with_spolier).parse_mode(teloxide::types::ParseMode::MarkdownV2).await?; ``` I expected to see this happen: message with text under the spolier Instead, this happened: message wasn't sent...
K-bug