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
Defined in
attachments?
optional
attachments:Media
[]
Defined in
inReplyTo?
optional
inReplyTo: `${string}-${string}-${string}-${string}-${string}`
Defined in
source?
optional
source:string
Defined in
text
text:
string
Defined in
url?
optional
url:string