User_UserProfileMetrics - daneden/Twift GitHub Wiki

User.UserProfileMetrics

Public metrics relating to the user

public struct UserProfileMetrics: Codable 

Inheritance

Codable

Properties

followersCount

The number of followers for this user

public let followersCount: Int

followingCount

The number of users this user is following

public let followingCount: Int

listedCount

The number of lists of which this user is a member

public let listedCount: Int