mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Update json-rpc client
This commit is contained in:
parent
5a63b5419f
commit
cf07512d24
5 changed files with 61 additions and 4 deletions
|
@ -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>,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue