InstagramRelationship
public struct InstagramRelationship : Decodable
The struct containing an Instagram relationship.
-
Your relationship to the user. It can be
follows
,requested
ornone
.Declaration
Swift
public let outgoingStatus: String
-
A user’s relationship to you. It can be
followed_by
,requested_by
,blocked_by_you
ornone
.Declaration
Swift
public let incomingStatus: String?