MessageEmbed

Undocumented in source.

Members

Functions

getContents
immutable(string) getContents()

Undocumented in source. Be warned that the author may not have intended to support it.

getEmbed
immutable(MessageEmbed) getEmbed()

Undocumented in source. Be warned that the author may not have intended to support it.

getNonce
immutable(string) getNonce()

Undocumented in source. Be warned that the author may not have intended to support it.

getTTS
immutable(bool) getTTS()

Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Model

Undocumented in source.

Variables

author
MessageEmbedAuthor author;

Undocumented in source.

color
uint color;

Undocumented in source.

description
string description;

Undocumented in source.

fields
MessageEmbedField[] fields;

Undocumented in source.

footer
MessageEmbedFooter footer;

Undocumented in source.

image
MessageEmbedImage image;

Undocumented in source.

thumbnail
MessageEmbedThumbnail thumbnail;

Undocumented in source.

timestamp
string timestamp;

Undocumented in source.

title
string title;

Undocumented in source.

type
string type;

Undocumented in source.

url
string url;

Undocumented in source.

video
MessageEmbedVideo video;

Undocumented in source.

Mixed In Members

From mixin Model

Inherited Members

From Sendable

getEmbed
immutable(MessageEmbed) getEmbed()

Returns the embed (or null if none) for this sendable

getContents
immutable(string) getContents()

Returns the contents for this sendable, no more than 2000 characters long

getNonce
immutable(string) getNonce()

Returns the nonce for this sendable

getTTS
immutable(bool) getTTS()

Returns the tts setting for this sendable

Meta