Structure
Friendship
public struct Friendship: Wrapped
A struct
representing a Friendship
.
Relationships
Nested Types
Friendship.Dictionary
A
struct
representing aFriendship
collection.Friendship.Unit
A
struct
representing a singleFriendship
value.
Conforms To
Wrapped
Initializers
init(wrapper:)
public init(wrapper: @escaping () -> Wrapper)
Init.
Parameters
Name | Type | Description |
---|---|---|
wrapper | @escaping () -> Wrapper |
A valid |
Properties
isFollowedByYou
public var isFollowedByYou: Bool?
Whether they're followed by the logged in user or not.
isBlockedByYou
public var isBlockedByYou: Bool?
Whether they're blocked by the logged in user or not.
isCloseFriend
public var isCloseFriend: Bool?
Whether they're in the logged in user's close firends list or not.
didRequestToFollowYou
public var didRequestToFollowYou: Bool?
Whether they've requested to follow the logged in user or not.
didRequestToFollow
public var didRequestToFollow: Bool?
Whether the logged in user have requested to follow them or not.
isMutingStories
public var isMutingStories: Bool?
Whether the logged in user is muting their stories.