toolsOzoneModerationGetEvent function
Get details about a moderation event.
Implementation
Future<XRPCResponse<ModEventViewDetail>> toolsOzoneModerationGetEvent({
required int id,
required ServiceContext $ctx,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await $ctx.get(
ns.toolsOzoneModerationGetEvent,
headers: $headers,
parameters: {...?$unknown, 'id': id},
to: const ModEventViewDetailConverter().fromJson,
);