]> nmode's Git Repositories - signal-cli/blobdiff - client/src/cli.rs
Implement replying to stories
[signal-cli] / client / src / cli.rs
index 0191000113066c6b95347d9d99144bc680d4f9f1..ca80929017b31558083407009926afea4b928ec9 100644 (file)
@@ -162,6 +162,12 @@ pub enum CliCommands {
 
         #[arg(long)]
         sticker: Option<String>,
+
+        #[arg(long)]
+        story_timestamp: Option<u64>,
+
+        #[arg(long)]
+        story_author: Option<String>,
     },
     SendContacts,
     SendPaymentNotification {
@@ -193,6 +199,9 @@ pub enum CliCommands {
 
         #[arg(short = 'r', long)]
         remove: bool,
+
+        #[arg(long)]
+        story: bool,
     },
     SendReceipt {
         recipient: String,