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.