Hierarchy

  • Message

Constructors

  • Parameters

    • body: string
    • id: string = ...
    • piuri: string
    • Optional from: DID
    • Optional to: DID
    • attachments: AttachmentDescriptor[] = []
    • Optional thid: string
    • extraHeaders: string[] = []
    • createdTime: string = ...
    • expiresTimePlus: string = ...
    • ack: string[] = []
    • direction: MessageDirection = MessageDirection.RECEIVED
    • Optional fromPrior: string
    • Optional pthid: string

    Returns Message

Properties

ack: string[] = []
attachments: AttachmentDescriptor[] = []
body: string
createdTime: string = ...
direction: MessageDirection = MessageDirection.RECEIVED
expiresTimePlus: string = ...
extraHeaders: string[] = []
from?: DID
fromPrior?: string
id: string = ...
piuri: string
pthid?: string
thid?: string
to?: DID

Methods