URLEntity¶
Fields¶
| Name | Type | Required | Description |
|---|---|---|---|
| URL | STRING | false | Returns the URL mentioned in the tweet. |
| Text | STRING | false | Returns the URL mentioned in the tweet. |
| ExpandedURL | STRING | false | Returns the expanded URL if mentioned URL is shorten. |
| Start | INT32 | false | Returns the index of the start character of the URL mentioned in the tweet. |
| End | INT32 | false | Returns the index of the end character of the URL mentioned in the tweet. |
| DisplayURL | STRING | false | Returns the display URL if mentioned URL is shorten. |