IChat.MessageReceived event
Fires on the Unity main thread each time a new chat message is received.
public event Action<ChatMessage> MessageReceived;See Also
Section titled “See Also”- record ChatMessage
- interface IChat
- namespace Stellar.Abstractions.Services