Swiftagram Documentation

Structure Conversation.​Unit

A struct representing a Conversation single response.

%11 Conversation.Unit Conversation.Unit StringPaginatable StringPaginatable Conversation.Unit->StringPaginatable Specialized Specialized Conversation.Unit->Specialized

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.

conversation

public var conversation: Conversation?  

The thread.

offset

public var offset: String?  

The pagination parameters.