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

Properties

optional
count: number
optional
since_id: string
optional
max_id: string
optional
trim_user: boolean
optional
exclude_replies: boolean
optional
include_entities: boolean