fullText property

String? fullText
getter/setter pair

The actual UTF-8 text of the status update.

fullText is only included when receiving extended Tweet objects (when adding tweet_mode=extended as a parameter to any endoint).

fullText is never truncated.

Implementation

String? fullText;