]> nmode's Git Repositories - signal-cli/blobdiff - client/src/jsonrpc.rs
Remove duplicate address resolving
[signal-cli] / client / src / jsonrpc.rs
index 3c8abbbdac42ff1ba1edad53a2ce8740f1dd4b4b..51e41c198b68fa2eee10e6f65ea2e34d24a88bc4 100644 (file)
@@ -130,6 +130,8 @@ pub trait Rpc {
         #[allow(non_snake_case)] quoteMessage: Option<String>,
         #[allow(non_snake_case)] quoteMention: Vec<String>,
         sticker: Option<String>,
+        #[allow(non_snake_case)] storyTimestamp: Option<u64>,
+        #[allow(non_snake_case)] storyAuthor: Option<String>,
     ) -> Result<Value>;
 
     #[rpc(name = "sendContacts", params = "named")]
@@ -155,6 +157,7 @@ pub trait Rpc {
         #[allow(non_snake_case)] targetAuthor: String,
         #[allow(non_snake_case)] targetTimestamp: u64,
         remove: bool,
+        story: bool,
     ) -> Result<Value>;
 
     #[rpc(name = "sendReceipt", params = "named")]