Sendable

An interface implementting something that can be sent as a message.

Members

Functions

getContents
immutable(string) getContents()

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

getEmbed
immutable(MessageEmbed) getEmbed()

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

getNonce
immutable(string) getNonce()

Returns the nonce for this sendable

getTTS
immutable(bool) getTTS()

Returns the tts setting for this sendable

Meta