Skip to content

Commit

Permalink
modify text
Browse files Browse the repository at this point in the history
  • Loading branch information
Kouhei Aoyagi committed Apr 3, 2024
1 parent e00fcb4 commit 2293420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/post-media/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async fn main() -> anyhow::Result<()> {
}))
.await?;
let body = post_2_tweets::Body {
text: Some("It's media test using twapi-v2 Rust library.".to_string()),
text: Some("It's media test using twapi-v2 Rust library. https://crates.io/crates/twapi-v2".to_string()),
media: Some(Media {
media_ids: vec![media_id],
..Default::default()
Expand Down

0 comments on commit 2293420

Please sign in to comment.