NewMessageInFriendshipEvent

data class NewMessageInFriendshipEvent(val fromUser: String, val toUser: String, val messageId: String, val content: String) : FriendshipEvent

New message in friendship event.

Parameters

fromUser

The user that sent the message.

toUser

The user that received the message.

messageId

The id of the message.

content

The content of the message.

Constructors

Link copied to clipboard
constructor(fromUser: String, toUser: String, messageId: String, content: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard