Skip to content

DiscordThreadMessage

Extends

  • LitElement

Implements

Constructors

new DiscordThreadMessage()

new DiscordThreadMessage(): DiscordThreadMessage

Returns

DiscordThreadMessage

Inherited from

LitElement.constructor

Accessors

author

The message author’s username.

Default Value

'User'

avatar

The message author’s avatar. Can be an avatar shortcut, relative path, or external link.


bot

Whether the message author is a bot or not. Only works if server is false or undefined.


edited

Whether the message has been edited or not.


lightTheme

Implementation of

LightTheme.lightTheme


profile

The id of the profile data to use.


relativeTimestamp

The relative timestamp of the message.


roleColor

The message author’s primary role color. Can be any CSS color value.


server

Whether the message author is a server crosspost webhook or not. Only works if bot is false or undefined.


verified

Whether the bot is verified or not. Only works if bot is true