Swiftagram Documentation

Structure Comment.​Collection

struct Collection: Specialized, StringPaginatable  

A struct representing a Comment collection.

%365 Comment.Collection Comment.Collection Specialized Specialized Comment.Collection->Specialized StringPaginatable StringPaginatable Comment.Collection->StringPaginatable

Member Of

Comment

A struct representing a Comment.

Conforms To

StringPaginatable

A protocol defining a Paginatable instance with an optional String offset.

Specialized

A protocol describing a generic response returning an element of Response.

Initializers

init(wrapper:​)

public init(wrapper: @escaping () -> Wrapper)  

Init.

Parameters

wrapper @escaping () -> Wrapper

A valid Wrapper.

Properties

wrapper

public var wrapper: () -> Wrapper

The underlying Wrapper.

comments

public var comments: [Comment]?  

The comments.