Type alias StreamInfoRequestOptions

StreamInfoRequestOptions: {
    deleted_details: boolean;
    subjects_filter: string;
} & ApiPagedRequest

Options for StreamAPI info requests

Generated using TypeDoc