UserMentionEntity¶
Fields¶
| Name | Type | Required | Description | 
|---|---|---|---|
| Name | STRING | false | Returns the name mentioned in the status. | 
| Id | INT64 | false | Returns the user id mentioned in the status. | 
| Text | STRING | false | Returns the screen name mentioned in the status. | 
| ScreenName | STRING | false | Returns the screen name mentioned in the status. | 
| Start | INT32 | false | Returns the index of the start character of the user mention. | 
| End | INT32 | false | Returns the index of the end character of the user mention. |