FormattedEventMessage interface

Provides different formats of an event message

Properties

html

Gets or sets the html format of the message

markdown

Gets or sets the markdown format of the message

text

Gets or sets the raw text of the message

Property Details

html

Gets or sets the html format of the message

html: string

Property Value

string

markdown

Gets or sets the markdown format of the message

markdown: string

Property Value

string

text

Gets or sets the raw text of the message

text: string

Property Value

string