mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-23 16:56:24 +01:00
fix test
This commit is contained in:
parent
fc88c72a26
commit
21ecc39dc7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ use crate::{
|
|||
/// // Required parameters are supplied to the `Requester` methods:
|
||||
/// bot.send_message(0, "<b>Text</b>")
|
||||
/// // Optional parameters can be supplied by calling setters
|
||||
/// .parse_mode(ParseMode::HTML)
|
||||
/// .parse_mode(ParseMode::Html)
|
||||
/// // To send request to telegram you need to call `.send()` and await the resulting future
|
||||
/// .send()
|
||||
/// .await?;
|
||||
|
|
Loading…
Add table
Reference in a new issue