SendMessageInterceptor

Interceptor for sending messages in the Stream Chat SDK. Allows overriding the default 'sendMessage' API call.

Functions

Link copied to clipboard
abstract fun sendMessage(channelType: String, channelId: String, message: Message): Result<Message>

Sends a message to the server.