@@ -19,6 +19,7 @@ Allows you to interact with your Chat applications
1919
2020* [ stream-cli] ( stream-cli.md ) - Stream CLI
2121* [ stream-cli chat add-members] ( stream-cli_chat_add-members.md ) - Add members to a channel
22+ * [ stream-cli chat assign-role] ( stream-cli_chat_assign-role.md ) - Assign a role to a user
2223* [ stream-cli chat ban-user] ( stream-cli_chat_ban-user.md ) - Ban a user
2324* [ stream-cli chat create-channel] ( stream-cli_chat_create-channel.md ) - Create a channel
2425* [ stream-cli chat create-channel-type] ( stream-cli_chat_create-channel-type.md ) - Create channel type
@@ -33,7 +34,7 @@ Allows you to interact with your Chat applications
3334* [ stream-cli chat delete-message] ( stream-cli_chat_delete-message.md ) - Delete a message
3435* [ stream-cli chat delete-pushprovider] ( stream-cli_chat_delete-pushprovider.md ) - Delete a push provider
3536* [ stream-cli chat delete-reaction] ( stream-cli_chat_delete-reaction.md ) - Delete a reaction from a message
36- * [ stream-cli chat delete-user ] ( stream-cli_chat_delete-user .md ) - Delete a user
37+ * [ stream-cli chat delete-users ] ( stream-cli_chat_delete-users .md ) - Delete multiple users
3738* [ stream-cli chat demote-moderators] ( stream-cli_chat_demote-moderators.md ) - Demote users from moderator role
3839* [ stream-cli chat flag-message] ( stream-cli_chat_flag-message.md ) - Flag a message
3940* [ stream-cli chat flag-user] ( stream-cli_chat_flag-user.md ) - Flag a user
@@ -50,6 +51,7 @@ Allows you to interact with your Chat applications
5051* [ stream-cli chat list-devices] ( stream-cli_chat_list-devices.md ) - List devices
5152* [ stream-cli chat list-imports] ( stream-cli_chat_list-imports.md ) - List imports
5253* [ stream-cli chat list-pushproviders] ( stream-cli_chat_list-pushproviders.md ) - List all push providers
54+ * [ stream-cli chat listen-events] ( stream-cli_chat_listen-events.md ) - Listen to events
5355* [ stream-cli chat mute-user] ( stream-cli_chat_mute-user.md ) - Mute a user
5456* [ stream-cli chat promote-moderators] ( stream-cli_chat_promote-moderators.md ) - Promote users to channel moderator role
5557* [ stream-cli chat query-users] ( stream-cli_chat_query-users.md ) - Query users
@@ -69,6 +71,7 @@ Allows you to interact with your Chat applications
6971* [ stream-cli chat update-channel-partial] ( stream-cli_chat_update-channel-partial.md ) - Update a channel partially
7072* [ stream-cli chat update-channel-type] ( stream-cli_chat_update-channel-type.md ) - Update channel type
7173* [ stream-cli chat update-message-partial] ( stream-cli_chat_update-message-partial.md ) - Partially update a message
74+ * [ stream-cli chat update-user-partial] ( stream-cli_chat_update-user-partial.md ) - Partially update a user
7275* [ stream-cli chat upload-file] ( stream-cli_chat_upload-file.md ) - Upload a file
7376* [ stream-cli chat upload-image] ( stream-cli_chat_upload-image.md ) - Upload an image
7477* [ stream-cli chat upload-import] ( stream-cli_chat_upload-import.md ) - Upload an import
0 commit comments