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"}
});
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
Thanks in advance for your help @linvi