Options
All
  • Public
  • Public/Protected
  • All
Menu

fuwa.js

Main project point for all the typescript files.

internal

Index

Type aliases

EmbedType

EmbedType: "rich" | "image" | "video" | "gifv" | "article" | "link"

Media

Media: { height: number; proxy_url: string; url: string; width: number }

Type declaration

  • height: number
  • proxy_url: string
  • url: string
  • width: number

MessageSearchTerms

MessageSearchTerms: { after?: string; amount?: number; around?: string; before?: string }

Type declaration

  • Optional after?: string
  • Optional amount?: number
  • Optional around?: string
  • Optional before?: string