Swiftagram Documentation

Structure Conversation

public struct Conversation: Wrapped  

A struct representing a Conversation.

%85 Conversation Conversation Wrapped Wrapped Conversation->Wrapped

Nested Types

Conversation.Unit

A struct representing a Conversation single response.

Conversation.Collection

A struct representing a Conversation collection.

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.

identifier

public var identifier: String!  

The identifier.

title

public var title: String!  

The title.

updated​At

public var updatedAt: Date?  

Last update.

opened​At

public var openedAt: [String: Date]?  

Last seen for identifier.

has​Muted​Messages

public var hasMutedMessages: Bool?  

Muted.

has​Muted​Videocalls

public var hasMutedVideocalls: Bool?  

Muted videocalls.

users

public var users: [User]?  

Users.

messages

public var messages: [Wrapper]?  

The actual messages.