Parameters
Parent and Child Posts
Media posts commonly use a parent-child shape:- The parent post carries the main feed item and text.
- Child posts carry individual media attachments such as images, videos, and files.
- SDK helpers expose composed children where the platform supports them.
Platform Notes
Rendering Guidance
- Prefer SDK helper methods over reading raw data maps when helpers exist.
- Handle unknown or custom data types gracefully; custom post types are application-defined.
- For video and clip playback, read the media object first and choose a URL or resolution your UI can render.
- For room posts, check room status before presenting live or recorded playback UI.
- Use
localCommentCountwhere exposed when your UI should include replies in the visible comment count.
Related Topics
Query Posts
Query live post collections before rendering
Mixed Media Posts
Create posts with multiple media attachment types
Room Posts
Create room posts for live room experiences