promotedMetrics property

PromotedTweetMetrics? promotedMetrics
inherited

Engagement metrics, tracked in a promoted context, for the Tweet at the time of the request.

Requires user context authentication.

How It Can Be Used

  • Use this to measure engagement for the Tweet when it was promoted.

Implementation

PromotedTweetMetrics? get promotedMetrics =>
    throw _privateConstructorUsedError;