Skip to main content

Interface: MessageCreateParams

types/privateMessage.MessageCreateParams

MessageCreateParams interface.

Properties

file_uuid

Optional file_uuid: SCPrivateMessageFileType

The private message file

Defined in

types/privateMessage.ts:61


message

message: string

The content of the message. It is required when file_uuid param is missing.

Defined in

types/privateMessage.ts:57


recipients

recipients: number | number[]

The id(s) of the recipient(s) of the message

Defined in

types/privateMessage.ts:53