InstagramComment

public struct InstagramComment : Decodable

The struct containing an Instagram comment.

  • id

    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