sendMessageByRouteStopId

suspend fun sendMessageByRouteStopId(routeId: String, stopId: String, content: String)

Sends a Message to a three-way ChatChannel.Stop conversation.

If a ChatChannel already exists for the given routeId and stopId, the message will be sent to that channel. Otherwise, a new ChatChannel will be created.

Parameters

routeId

The ID of the route.

stopId

The ID of the stop.

content

The content of the message to send.