mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Update documentation
This commit is contained in:
parent
761baf7206
commit
5c3fc44d00
2 changed files with 37 additions and 2 deletions
|
@ -243,12 +243,40 @@ If not specified, a new group with a new random ID is generated.
|
|||
*-n* NAME, *--name* NAME::
|
||||
Specify the new group name.
|
||||
|
||||
*-d* DESCRIPTION, *--description* DESCRIPTION::
|
||||
Specify the new group description.
|
||||
|
||||
*-a* AVATAR, *--avatar* AVATAR::
|
||||
Specify a new group avatar image file.
|
||||
|
||||
*-m* [MEMBER [MEMBER ...]], *--member* [MEMBER [MEMBER ...]]::
|
||||
Specify one or more members to add to the group.
|
||||
|
||||
*-r* [MEMBER [MEMBER ...]], *--remove-member* [MEMBER [MEMBER ...]]::
|
||||
Specify one or more members to remove from the group
|
||||
|
||||
*--admin* [MEMBER [MEMBER ...]]::
|
||||
Specify one or more members to make a group admin
|
||||
|
||||
*--remove-admin* [MEMBER [MEMBER ...]]::
|
||||
Specify one or more members to remove group admin privileges
|
||||
|
||||
*--reset-link*::
|
||||
Reset group link and create new link password
|
||||
|
||||
*--link* LINK_STATE::
|
||||
Set group link state: `enabled`, `enabled-with-approval`, `disabled`
|
||||
|
||||
*--set-permission-add-member* PERMISSION::
|
||||
Set permission to add new group members: `every-member`, `only-admins`
|
||||
|
||||
*--set-permission-edit-details* PERMISSION::
|
||||
Set permission to edit group details: `every-member`, `only-admins`
|
||||
|
||||
*-e* EXPIRATION_SECONDS, *--expiration* EXPIRATION_SECONDS::
|
||||
Set expiration time of messages (seconds).
|
||||
To disable expiration set expiration time to 0.
|
||||
|
||||
=== quitGroup
|
||||
|
||||
Send a quit group message to all group members and remove self from member list.
|
||||
|
@ -324,7 +352,7 @@ Specify the contact phone number.
|
|||
*-n*, *--name*::
|
||||
Specify the new name for this contact.
|
||||
|
||||
*-e*, *--expiration*::
|
||||
*-e*, *--expiration* EXPIRATION_SECONDS::
|
||||
Set expiration time of messages (seconds).
|
||||
To disable expiration set expiration time to 0.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue