currentUserRetweet property
Nullable. This field only surfaces when a Tweet contains a
current_user_retweet. The meaning of the field doesn’t pertain to the
Tweet content itself, but instead it is an indicator that the current
authenticated user reweeted the Tweet. This can be included if
the includeMyRetweet
param in any service
method is set to true.
Implementation
CurrentUserRetweet? currentUserRetweet;