NewMessageInFriendshipEvent

constructor(fromUser: String, toUser: String, messageId: String, content: String)

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.