iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Interface: INetworkMessage

network.INetworkMessage

Network message for inter-BBS communication

Table of contents

Properties

Properties

area

Optional area: string

Defined in

core/src/network.ts:68


body

body: string

Defined in

core/src/network.ts:66


from

from: string

Defined in

core/src/network.ts:63


id

id: string

Defined in

core/src/network.ts:62


msgid

Optional msgid: string

Defined in

core/src/network.ts:70


origin

Optional origin: string

Defined in

core/src/network.ts:69


reply

Optional reply: string

Defined in

core/src/network.ts:71


subject

subject: string

Defined in

core/src/network.ts:65


timestamp

timestamp: string

Defined in

core/src/network.ts:67


to

to: string

Defined in

core/src/network.ts:64