Creating Plot Twists
    Preparing search index...

    Type Alias LinkFilter

    Filter for querying links from connected source channels.

    type LinkFilter = {
        channelIds?: string[];
        since?: Date;
        type?: string;
        limit?: number;
    }
    Index

    Properties

    channelIds?: string[]

    Only return links from these channel IDs.

    since?: Date

    Only return links created/updated after this date.

    type?: string

    Only return links of this type.

    limit?: number

    Maximum number of links to return.