mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-02 04:20:38 +00:00
Added command to doc
This commit is contained in:
parent
6be9b03873
commit
ea4c3c0bde
1 changed files with 14 additions and 0 deletions
|
@ -620,6 +620,20 @@ The required manifest.json has the following format:
|
||||||
PATH::
|
PATH::
|
||||||
The path of the manifest.json or a zip file containing the sticker pack you wish to upload.
|
The path of the manifest.json or a zip file containing the sticker pack you wish to upload.
|
||||||
|
|
||||||
|
=== getAttachment
|
||||||
|
|
||||||
|
Gets teh raw data for a specified attachment. This is done using the ID of the attachment the recipient or group ID.
|
||||||
|
The attachment data is returned as a Base64 String.
|
||||||
|
|
||||||
|
*--id* [ID]::
|
||||||
|
The ID of the attachment as given in the attachment list of the message.
|
||||||
|
|
||||||
|
*--recipient* [RECIPIENT]::
|
||||||
|
Specify the number which sent the attachment. Referred to generally as recipient.
|
||||||
|
|
||||||
|
*-g* [GROUP], *--group-id* [GROUP]::
|
||||||
|
Alternatively, specify the group IDs that for which to get the attachment.
|
||||||
|
|
||||||
=== daemon
|
=== daemon
|
||||||
|
|
||||||
signal-cli can run in daemon mode and provides an experimental dbus or JSON-RPC interface.
|
signal-cli can run in daemon mode and provides an experimental dbus or JSON-RPC interface.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue