Last active
October 5, 2020 17:59
-
-
Save hadizz/8d9367cf2b1efc1e67ff5cc097596424 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 22, | |
"user_id": 22, | |
"original_tweet_id": 22, | |
"is_draft": false, | |
"publish_date": 1600200128, | |
"tweet_content": { | |
"text": "mention @HadiZare hastag #Forex hyperlink\nsecond line innerlink.com", | |
"entities": [ | |
{ "type": "USER", "offset": 8 , "length": 9 , "dest": "hadizare" }, | |
{ "type": "TAG" , "offset": 25, "length": 6 , "dest": "forex" }, | |
{ "type": "LINK", "offset": 33, "length": 9 , "dest": "https://www.google.com" }, | |
{ "type": "LINK", "offset": 55, "length": 13, "dest": "https://www.hadiz.ir" }, | |
], | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment