Document sendStory in man page and changelog

This commit is contained in:
Tony Cebzanov 2026-07-09 02:07:06 -04:00
parent 68fabb9386
commit 2c556f1a8c
2 changed files with 14 additions and 0 deletions

View File

@ -2,6 +2,10 @@
## [Unreleased]
### Added
- New `sendStory` command to post file attachment stories to "My Story"
### Fixed
- Sending to large groups is no longer slowed down by members that are already known to be unregistered; they are skipped instead of being retried via the legacy 1:1 send path on every send.

View File

@ -632,6 +632,16 @@ Specify the timestamp of the message to which to react.
*--type* TYPE::
Specify the receipt type, either `read` (the default) or `viewed`.
=== sendStory
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.
*--no-replies*::
Disable replies on this story. By default, replies are allowed.
=== sendTyping
Send typing message to trigger a typing indicator for the recipient.