API ReferenceOdinNative.Odin.RoomMessageReceivedEventArgsVersion: 1.xOn this pageClass MessageReceivedEventArgs Arguments for MessageReceived events in the current room Declarationpublic class MessageReceivedEventArgs : EventArgs Properties PeerId peer id Declarationpublic ulong PeerId { get; } Fields Data arbitrary data Declarationpublic byte[] Data