mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-20 07:34:20 +01:00
Update json-rpc client
This commit is contained in:
@@ -164,6 +164,15 @@ pub enum CliCommands {
|
||||
sticker: Option<String>,
|
||||
},
|
||||
SendContacts,
|
||||
SendPaymentNotification {
|
||||
recipient: String,
|
||||
|
||||
#[clap(long)]
|
||||
receipt: String,
|
||||
|
||||
#[clap(long)]
|
||||
note: String,
|
||||
},
|
||||
SendReaction {
|
||||
recipient: Vec<String>,
|
||||
|
||||
@@ -319,6 +328,9 @@ pub enum CliCommands {
|
||||
#[clap(long = "about-emoji")]
|
||||
about_emoji: Option<String>,
|
||||
|
||||
#[clap(long = "mobile-coin-address")]
|
||||
mobile_coin_address: Option<String>,
|
||||
|
||||
#[clap(long)]
|
||||
avatar: Option<String>,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user