Options
All
  • Public
  • Public/Protected
  • All
Menu

Optional message parameters.

Hierarchy

  • IMessageParams

Index

Properties

Optional attachments

attachments?: { data: File[]; type: File }

A list of files attached to the message.

Type declaration

  • data: File[]
  • type: File

Optional mentions

mentions?: IMention[]

The Id list of the participant this message is mentioning.

Optional replyId

replyId?: string

The Id of the message this message is replying to.