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

    Interface BffContextOptions

    interface BffContextOptions {
        botId?: number;
        botToken?: string;
        generateRequestId?: () => string;
        publicKey?: string;
        validateInitData: boolean;
    }
    Index

    Properties

    botId?: number
    botToken?: string
    generateRequestId?: () => string
    publicKey?: string
    validateInitData: boolean