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

    Interface LaunchContext

    interface LaunchContext {
        authDate: Date | null;
        canExpand: boolean;
        capabilities: LaunchCapabilities;
        hash: string;
        initData: string;
        initDataUnsafe: WebAppInitData;
        isCompact: boolean;
        isFullscreen: boolean;
        isInline: boolean;
        launchMode: LaunchMode;
        mode: LaunchMode;
        platform: TelegramPlatform;
        startParam: string | null;
        startParamRaw: string | null;
        user: WebAppUser | null;
        userUnsafe: WebAppUser | null;
        version: string;
    }
    Index

    Properties

    authDate: Date | null
    canExpand: boolean
    capabilities: LaunchCapabilities
    hash: string
    initData: string
    initDataUnsafe: WebAppInitData
    isCompact: boolean
    isFullscreen: boolean
    isInline: boolean
    launchMode: LaunchMode
    platform: TelegramPlatform
    startParam: string | null
    startParamRaw: string | null
    user: WebAppUser | null
    userUnsafe: WebAppUser | null
    version: string