Newer Version Available
ConnectApi.DirectMessageCapabilityInput
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| membersToAdd | List<String> | List of user IDs for members to include in the direct message. | Required when creating a direct message (POST) Optional when updating a direct message (PATCH) |
39.0 |
| membersToRemove | List<String> | List of user IDs for members to remove from the direct message. | Optional when updating a direct message (PATCH) Not supported when creating a direct message (POST) |
40.0 |
| subject | String | Subject of the direct message. | Optional when creating a direct message (POST) Not supported when updating a direct message (PATCH) |
39.0 |