FriendMessageSyncEvent

constructor(client: OtherClient, sender: Friend, message: MessageChain, time: Int)

Since

2.13


constructor(sender: Friend, message: MessageChain, time: Int)

Deprecated

Please use the new constructor.

Replace with

FriendMessageSyncEvent(client, sender, message, time)