publicMetrics property

PublicTweetMetrics? publicMetrics
inherited

Engagement metrics for the Tweet at the time of the request.

To obtain this field, add TweetField.publicMetrics in the request's query parameter.

How It Can Be Used

  • Use this to measure Tweet engagement.

Implementation

PublicTweetMetrics? get publicMetrics => throw _privateConstructorUsedError;