Docs
/
/

Feeds

A feed exposes the messages delivered to an in-app feed channel, formatted specially to be consumed in a notification feed. A feed will always return a list of `FeedItems`, which are pointers to a message delivered and contain all of the information needed in order to render an item within a notification feed. **Note: Feeds are a specialized form of messages that are designed purely for in-app rendering, and as such return information that is required on the client to do so.**

A feed exposes the messages delivered to an in-app feed channel, formatted specially to be consumed in a notification feed.

A feed will always return a list of FeedItems, which are pointers to a message delivered and contain all of the information needed in order to render an item within a notification feed.

Note: Feeds are a specialized form of messages that are designed purely for in-app rendering, and as such return information that is required on the client to do so.

New chat