previewMembers channel property, so use Query Channel Members and render the first few results when you need the same UI pattern.
Platform Surface
Parameters
Read Preview Members
Fetch or observe the channel first, then read the preview members from the returned channel object.Android and Flutter do not expose a direct channel-level
previewMembers property. Query channel members and render a small first page when you need avatar-stack style previews.Fallback Preview Query
Use this approach on Android and Flutter, or anywhere you need filtering that the channel-level preview does not provide.Related Topics
Get Channels
Load the channel object that carries preview members on supported platforms.
Query Members
Retrieve paginated members for full member lists and fallback previews.
Message Preview
Display latest-message previews beside member preview UI.
Query Channels
Build channel lists that use preview members in row layouts.