- Preparing search index...
- The search index is not available
DJS-Bot
Constructors
Private
constructor
- new Embed(data): Embed
-
Properties
Readonly
data
Accessors
author
- get author(): null | EmbedAuthorData
-
color
- get color(): null | number
-
Returns null | number
description
- get description(): null | string
-
Returns null | string
fields
- get fields(): APIEmbedField[]
-
footer
-
hexColor
- get hexColor(): null | string
-
Returns null | string
image
- get image(): null | EmbedAssetData
-
length
- get length(): number
-
Returns number
provider
- get provider(): null | APIEmbedProvider
-
thumbnail
- get thumbnail(): null | EmbedAssetData
-
timestamp
- get timestamp(): null | string
-
Returns null | string
title
- get title(): null | string
-
Returns null | string
url
- get url(): null | string
-
Returns null | string
video
- get video(): null | EmbedAssetData
-
Methods
equals
- equals(other): boolean
-
Returns boolean
toJSON
- toJSON(): APIEmbed
-