Skip to content

FilteredStream parameter #1086

Description

@AniaBerthelot

I'm trying to reduce the quantity of information received by a FilteredStream in vain. Even with a new parameter specifying fields wanted I keep receiving all fields

            await stream.StartAsync(new StartFilteredStreamV2Parameters() { 
                 
                Expansions = {},
                TweetFields= {"context_annotations"},
                UserFields = { "created_at, entities, id, name, public_metrics, url, username"}
            });

Thanks in advance for your help @linvi

Metadata

Metadata

Assignees

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions