Add --quote-attachment paramter to send command

Fixes #1318
This commit is contained in:
AsamK 2023-10-10 19:54:45 +02:00
parent 91ab0b12b0
commit 7b5b5776f0
7 changed files with 64 additions and 22 deletions

View file

@ -164,6 +164,9 @@ pub enum CliCommands {
#[arg(long)]
quote_mention: Vec<String>,
#[arg(long)]
quote_attachment: Vec<String>,
#[arg(long)]
sticker: Option<String>,