Update an existing message
Update a message by providing the message ID, user ID, and new message text. This fully overwrites the message content while preserving metadata.
stream-cli chat update-message --message-id [id] --user [user-id] --text [text] [flags]
# Update a message by ID
$ stream-cli chat update-message --message-id msgid-123 --user user123 --text "Updated message text"
-h, --help help for update-message
--message-id string [required] ID of the message to update
--text string [required] New message text
--user string [required] User ID performing the update
--app string [optional] Application name to use as it's defined in the configuration file
--config string [optional] Explicit config file path
- stream-cli chat - Allows you to interact with your Chat applications