Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 948 Bytes

File metadata and controls

41 lines (26 loc) · 948 Bytes

stream-cli chat unmute-channel

Unmute a channel for a user

Synopsis

Unmutes a previously muted channel for a specific user.

stream-cli chat unmute-channel --type [channel-type] --id [channel-id] --user-id [user-id] [flags]

Examples

# Unmute the 'redteam' channel for user 'john'
$ stream-cli chat unmute-channel --type messaging --id redteam --user-id john

Options

  -h, --help             help for unmute-channel
  -i, --id string        [required] Channel ID
  -t, --type string      [required] Channel type such as 'messaging'
  -u, --user-id string   [required] User ID

Options inherited from parent commands

      --app string      [optional] Application name to use as it's defined in the configuration file
      --config string   [optional] Explicit config file path

SEE ALSO