InstagramComment
public struct InstagramComment : Decodable
The struct containing an Instagram comment.
-
The comment identifier.
Declaration
Swift
public let id: String -
The comment text.
Declaration
Swift
public let text: String -
The user who created the comment.
Declaration
Swift
public let from: InstagramUser -
The date and time when the comment was created.
Declaration
Swift
public let createdDate: Date
-
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
InstagramComment Structure Reference