Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
function connectStreamBase
import { connectStreamBase } from "https://deno.land/x/twitter_api_client@v0.4.0/api_v2/tweets/filtered_stream.ts";

Parameters

bearerToken: string
callback: (data: StreamTweet) => void
option: StreamParam | undefined
rawOption: { backoffTime: number; }