Skip to main content
Use channel updates when the app needs to change channel attributes after creation. Keep updates narrow: send only fields that actually changed, because metadata and tag updates replace the submitted values rather than merging app-side state for you.

Update Surface

Parameters

Update Channel Fields

Update channel profile fields such as display name, avatar, tags, or metadata where the platform exposes those setters.

Update Notification Mode

The channel update API exposes notification mode on TypeScript and Flutter. Use platform-specific notification settings pages for broader notification configuration.

Get Channels

Observe the updated channel object.

Query Channels

Refresh channel lists after an update.

Channel Notifications

Configure channel notification settings.

Member Management

Manage membership separately from channel attributes.