ChatMessage

Author

Alper Sahin A class representing a chat message in the application.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
lateinit var conversionId: String

The unique identifier of the conversation associated with the message.

Link copied to clipboard
lateinit var conversionImage: String

The image associated with the conversation.

Link copied to clipboard
lateinit var conversionName: String

The name of the conversation associated with the message.

Link copied to clipboard
lateinit var dateObject: Date

The date and time of the message as a Date object.

Link copied to clipboard
lateinit var dateTime: String

The date and time when the message was sent.

Link copied to clipboard
lateinit var message: String

The content of the chat message.

Link copied to clipboard
lateinit var receiverId: String

The unique identifier of the message receiver.

Link copied to clipboard
lateinit var senderId: String

The unique identifier of the message sender.