ProtoRune.Com.Atproto.Moderation.CreateReport (proto_rune v0.1.1)
Generated procedure module for main
Description: Submit a moderation report regarding an atproto account or record. Implemented by moderation services (with PDS proxying), and requires auth.
Summary
Types
Link to this type
input()
@type input() :: %{ reason: String.t(), reason_type: ProtoRune.Com.Atproto.Moderation.Defs.ReasonType.t(), subject: ProtoRune.Com.Atproto.Admin.Defs.RepoRef.t() | ProtoRune.Com.Atproto.Repo.StrongRef.t() }
Link to this type
output()
@type output() :: %{ created_at: String.t(), id: integer(), reason: String.t(), reason_type: ProtoRune.Com.Atproto.Moderation.Defs.ReasonType.t(), reported_by: String.t(), subject: ProtoRune.Com.Atproto.Admin.Defs.RepoRef.t() | ProtoRune.Com.Atproto.Repo.StrongRef.t() }