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:48


body

body: string

Defined in

core/src/network.ts:46


from

from: string

Defined in

core/src/network.ts:43


id

id: string

Defined in

core/src/network.ts:42


msgid

Optional msgid: string

Defined in

core/src/network.ts:50


origin

Optional origin: string

Defined in

core/src/network.ts:49


reply

Optional reply: string

Defined in

core/src/network.ts:51


subject

subject: string

Defined in

core/src/network.ts:45


timestamp

timestamp: string

Defined in

core/src/network.ts:47


to

to: string

Defined in

core/src/network.ts:44