SwiftagramCrypto Documentation

Structure Tag

public struct Tag: Specialized  

A struct defining a tag instance.

%111 Tag Tag Specialized Specialized Tag->Specialized

Conforms To

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.

identifier

public var identifier: String!  

The identifier.

name

public var name: String!  

The name.

count

public var count: Int!  

The amount of posts.

is​Followed

public var isFollowed: Bool?  

Whether you're following it or not.