Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MessageEmbed

Hierarchy

  • MessageEmbed

Index

Constructors

Properties

author: null | Null<CamelCase<APIEmbedAuthor>, "name"> = null
color: null | number = null
description: null | string = null
fields: APIEmbedField[] = []
footer: null | Null<CamelCase<APIEmbedFooter>, "text"> = null
image: null | Null<CamelCase<APIEmbedImage>, "url"> = null
provider: null | Null<CamelCase<APIEmbedProvider>, "name"> = null
thumbnail: null | Null<CamelCase<APIEmbedThumbnail>, "url"> = null
timestamp: null | number = null
title: null | string = null
type: EmbedType = EmbedType.Rich
url: null | string = null
video: null | Null<CamelCase<APIEmbedVideo>, "url"> = null

Methods

  • hexColor(): null | string
  • timestampDate(): null | Date
  • timestampISO(): null | string

Generated using TypeDoc