pl-api
    Preparing search index...

    Interface StreamingParams

    interface StreamingParams {
        group?: string;
        instance?: string;
        list?: string;
        tag?: string;
    }
    Index

    Properties

    group?: string
    instance?: string

    Domain name of the instance. Required when stream is public:remote or public:remote:media.

    list?: string

    When stream is set to list, use this parameter to specify the list ID.

    tag?: string

    When stream is set to hashtag or hashtag:local, use this parameter to specify the tag name.