atrium-api 0.24.10

API library for AT Protocol (Bluesky)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// @generated - 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 const REASON_APPEAL: &str = "com.atproto.moderation.defs#reasonAppeal";
///Misleading identity, affiliation, or content
pub const REASON_MISLEADING: &str = "com.atproto.moderation.defs#reasonMisleading";
///Other: reports not falling under another report category
pub const REASON_OTHER: &str = "com.atproto.moderation.defs#reasonOther";
///Rude, harassing, explicit, or otherwise unwelcoming behavior
pub const REASON_RUDE: &str = "com.atproto.moderation.defs#reasonRude";
///Unwanted or mislabeled sexual content
pub const REASON_SEXUAL: &str = "com.atproto.moderation.defs#reasonSexual";
///Spam: frequent unwanted promotion, replies, mentions
pub const REASON_SPAM: &str = "com.atproto.moderation.defs#reasonSpam";
pub type ReasonType = String;
///Direct violation of server rules, laws, terms of service
pub const REASON_VIOLATION: &str = "com.atproto.moderation.defs#reasonViolation";