mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Command to check if number is registered (#391)
* Added the isRegistered command * Minor fixes * Corrected description * Added AsamK's suggestions Fixes #178
This commit is contained in:
parent
a475bc50e9
commit
1c5de83370
4 changed files with 119 additions and 0 deletions
|
@ -124,6 +124,15 @@ Only works, if this is the master device.
|
|||
Specify the device you want to remove.
|
||||
Use listDevices to see the deviceIds.
|
||||
|
||||
=== getUserStatus
|
||||
|
||||
Uses a list of phone numbers to determine the statuses of those users. Shows if they are registered on the Signal Servers or not.
|
||||
|
||||
[NUMBER [NUMBER ...]]::
|
||||
One or more numbers to check.
|
||||
*--json*::
|
||||
Output the statuses as an array of json objects.
|
||||
|
||||
=== send
|
||||
|
||||
Send a message to another user or group.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue