]> nmode's Git Repositories - signal-cli/blobdiff - client/src/jsonrpc.rs
Implement replying to stories
[signal-cli] / client / src / jsonrpc.rs
index 5881a1ac5358fd99f1e6519ae05cbc261340ced1..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")]