Interface: Content
Represents the content of a message, including its main text (content
), any associated action (action
), and the source of the content (source
), if applicable.
Indexable
▪ [key: string
]: unknown
Properties
action
• Optional
action: string
content
• content: string
source
• Optional
source: string