Chat / JavaScript
Chat JavaScript v4
Chat JavaScript
Chat
JavaScript
Version 4
Home
/
Chat
/
JavaScript
/
Channel

Register and remove operators

Copy link

Operators are users who can delete any messages and view all messages in the channel without any filtering or throttling. Operators can moderate channels by muting or banning users as well as freezing channels.

You can register users as operators by providing their user IDs in OPERATOR_USER_IDS.

await channel.addOperators(OPERATOR_USER_IDS);

You can remove the users from being operators but leave them in the channel using the following code.

await channel.removeOperators(OPERATOR_USER_IDS);