Newer Version Available

This content describes an older version of this product. View Latest

ConnectApi.ChatterStreamInput

A Chatter feed stream.
Property Type Description Required or Optional Available Version
description String Description of the stream, up to 1,000 characters. Optional 39.0
name String Name of the stream, up to 120 characters. Required when creating a stream

Optional when updating a stream

39.0
subscriptions​ToAdd List<ConnectApi.​Stream​Subscription​Input> List of up to 25 entities whose feeds are included in the stream.

Adding an entity that is already added results in no operation. Including the same entity in subscriptionsToAdd and subscriptionsToRemove results in no operation.

Optional 39.0
subscriptions​ToRemove List<ConnectApi.​Stream​Subscription​Input> List of entities whose feeds are removed from the stream.

Removing an entity that is already removed results in no operation. Including the same entity in subscriptionsToAdd and subscriptionsToRemove results in no operation.

Optional when updating a stream

Not supported when creating a stream

39.0