MessageCreateParams
MessageCreateParams interface.
Properties
Property | Type | Description |
---|---|---|
file_uuid? | SCPrivateMessageFileType | The private message file |
group? | number | The id of the group where the message is sent. If present, recipients is null. |
message | string | The content of the message. It is required when file_uuid param is missing. |
recipients? | number | number [] | The id(s) of the recipient(s) of the message. If present, group is null. |