Document group story support in man page and changelog

- Add --group-id (-g) option to sendStory command in man page
- Update CHANGELOG to mention group story support via --group-id
- Maintain alphabetical order of options in sendStory section

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MR2KF56Qcf9qNH1URj3XWs
This commit is contained in:
Tony Cebzanov 2026-07-09 10:35:16 -04:00
parent b95ca78593
commit ad88be5473
2 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,7 @@
### Added
- New `sendStory` command to post file attachment stories to "My Story"
- New `sendStory` command to post file attachment stories to "My Story" or to a group via `--group-id`
### Fixed

View File

@ -639,6 +639,10 @@ Post a file attachment story to your Story, visible to all contacts.
*-a* ATTACHMENT, *--attachment* ATTACHMENT::
Specify the file path to the image or video to post as a story.
*-g* GROUP, *--group-id* GROUP::
Specify a group to post the story to.
Without this flag, the story is posted to "My Story".
*--no-replies*::
Disable replies on this story. By default, replies are allowed.