Skip to main content

ODTranscriptEmbedData interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

A universal representatation of a discord embed for transcripts.

View Source

Properties


authorimg type null|string

The author image of this embed.

View Source


authortext type null|string

The author text of this embed.

View Source


color type "#$string"

The color of this embed (hex color).

View Source


description type null|string

The description of this embed.

View Source


fields array api.ODTranscriptEmbedFieldData[]

All fields available in this embed.

View Source


footerimg type null|string

The footer image of this embed.

View Source


footertext type null|string

The footer text of this embed.

View Source


image type null|string

The image of this embed.

View Source


thumbnail type null|string

The thumbnail of this embed.

View Source


title type null|string

The title of this embed.

View Source


url type null|string

The url in the title of this embed.

View Source