Interface Replay

interface Replay {
    content: string;
    encoding: string;
}

Properties

Properties

content: string

Encoded LZMA stream

encoding: string

The encoding content uses, should always be "base64"

Generated using TypeDoc