linvi / tweetinvi

Tweetinvi, an intuitive Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP (Xamarin)...
MIT License
1.01k stars 218 forks source link

New Twitter Update : Tweet with Multi Media #1189

Open AMIR34A opened 2 years ago

AMIR34A commented 2 years ago

Hello In the new update, people can share a tweet with multi media(For example photo, video and gif); Tweets.GetTweetAsync gives the first media in tweet and doesn't show another media in Media Property. Can I fix it? or you should correct it? Thanks a lot.

keytrap-x86 commented 1 year ago

Please see #1198

AMIR34A commented 1 year ago

Please see #1198

Thanks, but there isn's Variants property in the TweetsV2.GetTweetAsync method. How can I fix it? Thank you.

keytrap-x86 commented 1 year ago

My pull request hasn't been merged yet. What I did was to clone the repo / make the fix the variants, and the the fixed dll and not the nuget one.

AMIR34A commented 1 year ago

My pull request hasn't been merged yet.

What I did was to clone the repo / make the fix the variants, and the the fixed dll and not the nuget one.

Ok. Thanks🙏🏼

AMIR34A commented 1 year ago

My pull request hasn't been merged yet.

What I did was to clone the repo / make the fix the variants, and the the fixed dll and not the nuget one.

Hello I want to know, can I have the dll that you fixed it before merging pull request? Thank you

AMIR34A commented 1 year ago

My pull request hasn't been merged yet. What I did was to clone the repo / make the fix the variants, and the the fixed dll and not the nuget one.

photo_2023-03-26_21-22-29 I cloned the repo and changed the files(your commits), but the variates is null; Do you know how to fix it? Thanks.