TweetModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for Get user timeline
public class TweetModel
type TweetModel = class
Public Class TweetModel
- Inheritance
-
TweetModel
Constructors
| Name | Description |
|---|---|
| TweetModel() | |
Properties
| Name | Description |
|---|---|
| CreatedAt |
Time at which the tweet was posted |
| Favorited |
Indicates whether the tweet is marked as favorited or not |
| InReplyToUserId |
User Id of the author of the tweet that the current tweet is a reply to |
| MediaUrls |
Url of the media posted along with the tweet |
| OriginalTweet |
OriginalTweet |
| RetweetCount |
Total number of re-tweets for the tweet |
| TweetedBy |
Name of the user who has posted the tweet |
| TweetId |
Id of the tweet |
| TweetLanguage |
Language code of the tweet |
| TweetText |
Text content of the tweet |
| UserDetails |
UserDetails |
| UserMentions |
List of users mentioned in the tweet |