Metatell AI Bot - v0.0.10
    Preparing search index...

    Interface AnimationPlaybackResult

    Animation playback result

    interface AnimationPlaybackResult {
        animationId: string;
        expectedDuration?: number;
        playbackId: string;
        startedAt: number;
    }
    Index

    Properties

    animationId: string
    expectedDuration?: number
    playbackId: string
    startedAt: number