Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface FlowContext

    interface FlowContext {
        flowId: string;
        originMessageId?: number;
        payload: Record<string, unknown>;
        requestWriteAccess?: boolean;
        returnText?: string;
        stayInChat?: boolean;
        stepId?: string;
        [key: string]: unknown;
    }

    Hierarchy

    • Record<string, unknown>
      • FlowContext

    Indexable

    • [key: string]: unknown
    Index

    Properties

    flowId: string
    originMessageId?: number
    payload: Record<string, unknown>
    requestWriteAccess?: boolean
    returnText?: string
    stayInChat?: boolean
    stepId?: string