metatell Bot SDK - v2.0.0
    Preparing search index...

    Interface AnimationPlaybackResult

    Animation playback result

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