Name | Description | Type | Additional information |
---|---|---|---|
CourseId |
CourseId to send instant message to. |
integer |
None. |
ProjectId |
ProjectId to send instant message to. |
integer |
None. |
FileId |
Guids of files already uploaded to temporary file repo storage |
Collection of string |
None. |
ToPersonIds |
PersonIds to send instant message to. A new thread will be created if the persons don't have an existing thread already. The ToPersonIds or the InstantMessageThreadId or CourseIds or ProjectIds need to have a valid value. |
Collection of integer |
None. |
InstantMessageThreadId |
The thread to send to, if this is null or zero we will assume it's a new thread. |
integer |
None. |
Text |
The text of the message |
string |
None. |
SendAsIndividualMessages |
Gets whether a message to multiple recipients should be sent as individual messages |
boolean |
None. |