rawEvent property

Stream<IRawEvent> rawEvent

Raw gateway payloads. You have set dispatchRawShardEvent in ClientOptions to true otherwise stream won't receive any events. Also rawEvent is dispatched ONLY for payload that doesn't match any event built in into Nyxx.

Implementation

Stream<IRawEvent> get rawEvent;