User

Undocumented

  • id

    The user ID for the account.

    Declaration

    Swift

    @objc public var id: Int64
  • The username for the account.

    Declaration

    Swift

    @objc public var screenName: String
  • The full name for the account.

    Declaration

    Swift

    @objc public var name: String?
  • The profile image URL for the account.

    Declaration

    Swift

    @objc public var profileImageURL: URL?