BaseSendable

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.

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 chars long

getNonce
immutable(string) getNonce()

Returns the nonce for this sendable

getTTS
immutable(bool) getTTS()

Returns the tts setting for this sendable

Meta