subscribeModEvents method
Subscribe to stream of chat events targeted to moderation. Private endpoint.
Implementation
Future<XRPCResponse<Subscription<Uint8List>>> subscribeModEvents({
String? cursor,
}) async =>
await chatBskyModerationSubscribeModEvents(cursor: cursor, $ctx: ctx);