UserDetailsModel 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.
UserDetails
public class UserDetailsModel
type UserDetailsModel = class
Public Class UserDetailsModel
- Inheritance
-
UserDetailsModel
Constructors
| Name | Description |
|---|---|
| UserDetailsModel() | |
Properties
| Name | Description |
|---|---|
| Description |
User description |
| FavouritesCount |
Number of tweets that the user has favorited |
| FollowersCount |
Number of followers |
| FriendsCount |
Number of friends |
| Location |
Location of the user |
| Name |
Name of the user |
| ProfileImageUrl |
Url of the profile image |
| StatusesCount |
User status count |
| UserId |
X id (handle) of the user |
| UserName |
Screen name of the user |