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

    Interface FlowInitOptions

    interface FlowInitOptions {
        buttonText?: string;
        chatId: string | number;
        flowId: string;
        messageOptions?: Omit<ReplyOptions, "reply_markup">;
        payload?: Record<string, unknown>;
        requestWriteAccess?: boolean;
        returnText?: string;
        secret: string;
        stayInChat?: boolean;
        stepId?: string;
        text: string;
        webAppUrl: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    buttonText?: string
    chatId: string | number
    flowId: string
    messageOptions?: Omit<ReplyOptions, "reply_markup">
    payload?: Record<string, unknown>
    requestWriteAccess?: boolean
    returnText?: string
    secret: string
    stayInChat?: boolean
    stepId?: string
    text: string
    webAppUrl: string