displayTextRange property

List<int>? displayTextRange
getter/setter pair

An array of two unicode code point indices, identifying the inclusive start and exclusive end of the displayable content of the tweet.

Implementation

List<int>? displayTextRange;