jpopesculian / twitter-v2-rs

Rust bindings for Twitter API v2
https://docs.rs/twitter-v2/latest
102 stars 28 forks source link

Potential naming issue in `TweetBuilder` struct `in_reply_to_tweet_id` method #7

Closed c12i closed 2 years ago

c12i commented 2 years ago

Hello there, I noticed that the in_reply_to_tweet_id method of the TweetBuilder struct accepts a user_id parameter rather than a tweet_id as the name of the method would suggest. Is this intentional, or does it actually accept a user_id meaning that the method could be renamed to in_reply_to_user_id?