Skip to content

Graphorin API reference v0.8.0


Graphorin API reference / @graphorin/channels / / DeliveryPayload

Interface: DeliveryPayload

Defined in: packages/channels/src/spi.ts:161

An outbound delivery. text is expected to be pre-sanitized by the gateway (outbound commentary catalogue); adapters must not add model-facing scaffolding of their own.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
identityreadonlyChannelIdentity-packages/channels/src/spi.ts:162
question?readonlyDeliveryQuestionOptional interactive question (see DeliveryQuestion).packages/channels/src/spi.ts:167
replyTo?readonlystringChannel-native id of the message this delivery replies to.packages/channels/src/spi.ts:165
textreadonlystring-packages/channels/src/spi.ts:163