Documentation - v1.2.0-alpha.3
    Preparing search index...

    Information about a transcript.

    interface TranscriptInfo {
        channelId: string;
        created: Date;
        id: string;
    }
    Index

    Properties

    Properties

    channelId: string

    The ID of the channel.

    created: Date

    The creation date of the transcript.

    id: string

    The ID of the transcript.