Skip to content

Embed

Embed

Represents an embed object with various properties.

Kind: global class

new Embed(options)

Constructs an embed object with the provided properties.

Returns: Object - - The constructed embed object.

ParamTypeDescription
optionsObjectThe options object containing the properties for the embed.
options.titlestringThe title of the embed.
options.colorstringThe color of the embed.
options.authorObjectThe author of the embed.
options.urlstringThe URL of the embed.
options.descriptionstringThe description of the embed.
options.imagestringThe image URL of the embed.
options.footerObjectThe footer of the embed.
options.timestampstringThe timestamp of the embed.