-
public final class ReceivedChatMessage extends ReceivedMessage
A io.livekit.android.compose.chat.Chat message.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final Stringmessageprivate final Longtimestampprivate final ParticipantfromParticipantprivate final Map<String, String>attributesprivate final LongeditTimestamp
-
Method Summary
Modifier and Type Method Description StringgetId()The id for the message. StringgetMessage()The message. LonggetTimestamp()The timestamp associated for this message, measured in milliseconds since Unix epoch. ParticipantgetFromParticipant()The participant this message belongs to. Map<String, String>getAttributes()A map of user defined attributes that are associated with the message. final LonggetEditTimestamp()-
-
Method Detail
-
getMessage
String getMessage()
The message.
-
getTimestamp
Long getTimestamp()
The timestamp associated for this message, measured in milliseconds since Unix epoch.
-
getFromParticipant
Participant getFromParticipant()
The participant this message belongs to.
-
getAttributes
Map<String, String> getAttributes()
A map of user defined attributes that are associated with the message.
-
getEditTimestamp
final Long getEditTimestamp()
-
-
-
-