ChatMessageType

The ChatMessageType model represents the types of messages sent via chat. Only the text message is currently available.

Available in the package com.voxeet.sdk.models.v2.ChatMessageType.

Methods

text

text(): String

Provides the content of the chat message.

Returns: @Nullable String - the content of the message or a null value if the message is empty.