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

    Interface UserFlowState

    interface UserFlowState {
        chatId?: string;
        createdAt: number;
        expiresAt: number;
        flowId: string;
        payload: Record<string, unknown>;
        stepId: string;
        userId: string;
        version: number;
    }
    Index

    Properties

    chatId?: string
    createdAt: number
    expiresAt: number
    flowId: string
    payload: Record<string, unknown>
    stepId: string
    userId: string
    version: number