Closed Nhypocrite closed 5 months ago
@NHypocrite
Thank you for your contribution! This PR is straightforward and well-implemented, so I'll be merging it directly. Your work is greatly appreciated.
We plan to release the updated version with your changes in the near future.
Description:
This pull request added support for Twitter API's new feature, the note_tweet field, which allows our library to conveniently obtain the full text of long tweets.
Issue related:
Issue #312
Changes Made
To support the handling of long tweets, we have modified the
TweetField
structure and theTweet
structure in our library:Add
TweetFieldNoteTweet
as an availableTweetField
when submitting a request:Update the
Tweet
structure to include theNoteTweet
field:Test
To ensure the changes work as expected, I have written and executed the following test code:
Test Results
As a newcomer to the open-source community, I am open to feedback and suggestions to improve this contribution. Thank you!