Interface ReplayableMediaItem

interface ReplayableMediaItem {
    replay_expiring_at_us: any;
    seen_count: number;
    seen_user_ids: BigInteger[];
    view_mode: "once" | "replayable" | "permanent";
}

Hierarchy (view full)

Properties

replay_expiring_at_us: any
seen_count: number
seen_user_ids: BigInteger[]
view_mode: "once" | "replayable" | "permanent"