SwiftagramCrypto Documentation

Structure Recipient.​Collection

struct Collection: Specialized, StringPaginatable  

A struct representing a Recipient collection.

%297 Recipient.Collection Recipient.Collection StringPaginatable StringPaginatable Recipient.Collection->StringPaginatable Specialized Specialized Recipient.Collection->Specialized

Member Of

Recipient

An enum holding reference to either a User or a Conversation instance.

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.

recipients

public var recipients: [Recipient]?  

The recipients.