fix: add send
This commit is contained in:
parent
077c2269a3
commit
7ced5e764a
@ -18,7 +18,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
"parentMessageId": "8c00bd29-75b0-42c7-9d4f-05a94ac8b2de"
|
||||
}
|
||||
}"#)
|
||||
.unwrap();
|
||||
.send()?;
|
||||
|
||||
println!("{}", request.text()?);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user