atrium-api 0.18.0

API library for AT Protocol (Bluesky)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// This file is generated by atrium-codegen. DO NOT EDIT.
//!Definitions for the `com.atproto.moderation.defs` namespace.
///Appeal: appeal a previously taken moderation action
pub struct ReasonAppeal;
///Misleading identity, affiliation, or content
pub struct ReasonMisleading;
///Other: reports not falling under another report category
pub struct ReasonOther;
///Rude, harassing, explicit, or otherwise unwelcoming behavior
pub struct ReasonRude;
///Unwanted or mislabeled sexual content
pub struct ReasonSexual;
///Spam: frequent unwanted promotion, replies, mentions
pub struct ReasonSpam;
pub type ReasonType = String;
///Direct violation of server rules, laws, terms of service
pub struct ReasonViolation;