Swiftagram Documentation

Structure Conversation.​Collection

struct Collection: Specialized, StringPaginatable  

A struct representing a Conversation collection.

%307 Conversation.Collection Conversation.Collection Specialized Specialized Conversation.Collection->Specialized StringPaginatable StringPaginatable Conversation.Collection->StringPaginatable

Member Of

Conversation

A struct representing a Conversation.

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 Response.

conversations

public var conversations: [Conversation]?  

The threads.

viewer

public var viewer: User?  

The logged in user.

offset

public var offset: String?  

The pagination parameters.