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

    Interface MiniAppLinkFlowOptions

    interface MiniAppLinkFlowOptions {
        appName?: string;
        botUsername?: string;
        requestWriteAccess?: boolean;
        stayInChat?: boolean;
        webAppUrl?: string;
        flowId: string;
        originMessageId?: number;
        payload?: Record<string, unknown>;
        returnText?: string;
        route?: string;
        secret: string;
        stateKey?: string;
        stepId: string;
    }

    Hierarchy

    • MiniAppLinkBaseOptions
      • MiniAppLinkFlowOptions
    Index

    Properties

    appName?: string
    botUsername?: string
    requestWriteAccess?: boolean
    stayInChat?: boolean
    webAppUrl?: string
    flowId: string
    originMessageId?: number
    payload?: Record<string, unknown>
    returnText?: string
    route?: string
    secret: string
    stateKey?: string
    stepId: string