Type alias SearchPublicTimelineOptions

SearchPublicTimelineOptions: { callback?: string; count?: number; format?: APIFormat; maxId?: string; mode?: APIMode; q: string; sinceId?: string }

Type declaration

  • Optional callback?: string
  • Optional count?: number
  • Optional format?: APIFormat
  • Optional maxId?: string
  • Optional mode?: APIMode
  • q: string
  • Optional sinceId?: string

Generated using TypeDoc