Message

Message

Message structure.

Members

(readonly) attachments :Array.<string>

Source:

The attachments that were sent with the message. signal-cli automatically downloads attachments. Returns an array of absolute file paths.

Type:
  • Array.<string>

(readonly) author :Object

Source:

The author of the message. An object with only the id property.

Type:
  • Object

(readonly) client :Client

Source:

The Client that this instance belongs to.

Type:

(readonly) content :string

Source:

The text content of the message.

Type:
  • string

(readonly) conversation :UserConversation|GroupConversation

Source:

The conversation that the message was sent in. Can be a UserConversation or GroupConversation.

Type:

(readonly) timestamp :number

Source:

The timestamp of the message, in milliseconds since the Unix epoch.

Type:
  • number