create

fun create(routeId: String, stopId: String, contact: Contact): ChatChannel.Stop

Creates a Stop channel from route/stop identifiers and contact information. Initializes the channel with empty preview/timestamp and sets unseen messages to false.

Return

A new Stop channel instance, ready to be used or updated with message data.

Parameters

routeId

The unique identifier for the route.

stopId

The unique identifier for the stop.

contact

The contact information to use for initial channel details (title, subtitle).