Skip to content

chat reply: add --broadcast flag for reply_broadcast #26

@ygpark80

Description

@ygpark80

Summary

holla slack chat reply needs a --broadcast flag that maps to Slack's reply_broadcast: true parameter.

This makes the thread reply also appear in the channel — equivalent to Slack's "Also send to #channel" checkbox.

Current workaround

Use holla slack api chat.postMessage with reply_broadcast: true in the body, but this posts as a bot instead of the user.

Proposed

holla slack chat reply --channel "#general" --ts 1234567890.123456 --text "message" --broadcast -w <ws>

Add --broadcast (boolean flag, default false) to chat reply that sets reply_broadcast: true in the underlying Slack API call.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions