mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Extend getUserStatus command for usernames
This commit is contained in:
parent
8b4f377cf1
commit
d356d92b5e
8 changed files with 126 additions and 30 deletions
|
@ -266,13 +266,16 @@ Use listDevices to see the deviceIds.
|
|||
|
||||
=== getUserStatus
|
||||
|
||||
Uses a list of phone numbers to determine the statuses of those users.
|
||||
Uses a list of phone numbers or usernames to determine the statuses of those users.
|
||||
Shows if they are registered on the Signal Servers or not.
|
||||
In json mode this is outputted as a list of objects.
|
||||
|
||||
[NUMBER [NUMBER ...]]::
|
||||
One or more numbers to check.
|
||||
|
||||
[--username [USERNAME ...]]::
|
||||
One or more usernames to check.
|
||||
|
||||
=== send
|
||||
|
||||
Send a message to another user or group.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue