pl-api
    Preparing search index...

    Interface CreateAntennaParams

    interface CreateAntennaParams {
        favourite?: boolean;
        ignore_reblog?: boolean;
        insert_feeds?: boolean;
        list_id?: string;
        ltl?: boolean;
        stl?: boolean;
        title: string;
        with_media_only?: boolean;
    }
    Index

    Properties

    favourite?: boolean
    ignore_reblog?: boolean
    insert_feeds?: boolean
    list_id?: string
    ltl?: boolean
    stl?: boolean
    title: string
    with_media_only?: boolean