How to get User from TweetList #270
Unanswered
nniiggeell
asked this question in
Q&A
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. how do I get the User object from a TweetList?
I have tried TweetList.getData().get(0).getUser().getName();
In this case, I am trying to get the name of the user that posted the first tweet in the list. However I notice that the TweetData class does not support this operation.
Is there a way around this?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions