Type Alias: MessageOptions
MessageOptions =
object
Defined in: scripts/types.ts:30
Options shared by every message beat.
Properties
forwardedFrom?
optionalforwardedFrom:ForwardOriginInput
Defined in: scripts/types.ts:49
Marks the message as forwarded from somewhere else.
Remarks
The source does not have to be a real message: a contact, an id, or a free-form label all work.
id?
optionalid:string
Defined in: scripts/types.ts:40
Explicit beat id.
Remarks
Beat ids default to "<scriptId>:<index>" using the beat's position in
the array as written, so conditional beats never shift them. Set an
explicit id when a beat needs to stay addressable across edits that
reorder the script.
receipt?
optionalreceipt:Receipt
Defined in: scripts/types.ts:52
In-fiction delivery state shown to the player.