Tweet_PublicMetrics - daneden/Twift GitHub Wiki

Tweet.PublicMetrics

Tweet engagement metrics that are visible to everyone on Twitter

public struct PublicMetrics: PublicFacingMetrics 

Inheritance

PublicFacingMetrics

Properties

likeCount

The number of likes for this Tweet

public let likeCount: Int

replyCount

The number of replies for this Tweet

public let replyCount: Int

retweetCount

The number of Retweets for this Tweet

public let retweetCount: Int

quoteCount

The number of times this Tweet has been quoted

public let quoteCount: Int