When the dataOnly parameter is set to true, make the tweet content
available as a string in a new property called tweetText.
In my use case, I wanted to truncate the tweet content, which was easier to do with a string with hyperlinks stripped out as is the case when the enableLinks parameter is set to false.
When the dataOnly parameter is set to true, make the tweet content available as a string in a new property called tweetText.
In my use case, I wanted to truncate the tweet content, which was easier to do with a string with hyperlinks stripped out as is the case when the enableLinks parameter is set to false.