Skip to main content

AttachmentPayload

A protocol an attachment payload type has to conform in order it can be attached to/exposed on the message.

public protocol AttachmentPayload: Codable 

Inheritance

Codable

Requirements

type

A type of resulting attachment.

static var type: AttachmentType 

Did you find this page helpful?