Relationships
public struct Relationships : Codable
A root object that stores information about feed message relationships, such as the user it belongs to.
-
The user object the feed message belongs to.
Declaration
Swift
public let users: UserResponse
-
The parent message object the feed message belongs to.
Declaration
Swift
public let parent: FeedMessageResponse?
-
The message object the feed message belongs to.
Declaration
Swift
public let messages: FeedMessageResponse?