]> nmode's Git Repositories - signal-cli/blobdiff - client/src/jsonrpc.rs
Add --quote-attachment paramter to send command
[signal-cli] / client / src / jsonrpc.rs
index cd2573053218abbdd27a194baa8d42cf77cc8bd3..e3031bf39ae403cfeb3d2375f6f1156e5eab4c73 100644 (file)
@@ -143,6 +143,7 @@ pub trait Rpc {
         #[allow(non_snake_case)] quoteAuthor: Option<String>,
         #[allow(non_snake_case)] quoteMessage: Option<String>,
         #[allow(non_snake_case)] quoteMention: Vec<String>,
+        #[allow(non_snake_case)] quoteAttachment: Vec<String>,
         sticker: Option<String>,
         #[allow(non_snake_case)] storyTimestamp: Option<u64>,
         #[allow(non_snake_case)] storyAuthor: Option<String>,