SwiftagramCrypto Documentation

Structure Media.​Picture

public struct Picture: Wrapped  

A struct representing a Picture.

%251 Media.Picture Media.Picture Wrapped Wrapped Media.Picture->Wrapped

Member Of

Media

A struct representing a Media.

Conforms To

Wrapped

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.

images

public var images: [Version]?  

All picture versions.