rawEvent property

Stream<RawEvent> rawEvent
latefinal

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

late final Stream<RawEvent> rawEvent = this._onRawEvent.stream;