Type alias ArenaEmbed

ArenaEmbed: {
    author_name: string | null;
    author_url: string | null;
    height: number;
    html: string | null;
    source_url: string | null;
    thumbnail_url: string | null;
    title: string | null;
    type: "rich" | null;
    url: string | null;
    width: number;
}

Type declaration

  • author_name: string | null
  • author_url: string | null
  • height: number
  • html: string | null
  • source_url: string | null
  • thumbnail_url: string | null
  • title: string | null
  • type: "rich" | null
  • url: string | null
  • width: number

Generated using TypeDoc