MCPcopy Create free account
hub / github.com/JayanAXHF/modder-rs / ModeratorMessage

Class ModeratorMessage

core/src/modrinth_wrapper/modrinth.rs:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119#[derive(Debug, Deserialize)]
120#[serde(rename_all = "camelCase")]
121struct ModeratorMessage {
122 message: String,
123 body: Option<String>,
124}
125
126#[derive(Debug, Deserialize)]
127#[serde(rename_all = "camelCase")]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected