CreateReportModTool

data class CreateReportModTool(val name: String, val meta: JsonContent? = null)

Moderation tool information for tracing the source of the action

Parameters

name

Name/identifier of the source (e.g., 'bsky-app/android', 'bsky-web/chrome')

meta

Additional arbitrary metadata about the source

Constructors

Link copied to clipboard
constructor(name: String, meta: JsonContent? = null)

Properties

Link copied to clipboard

Additional arbitrary metadata about the source

Link copied to clipboard

Name/identifier of the source (e.g., 'bsky-app/android', 'bsky-web/chrome')