For the complete documentation index, see llms.txt. This page is also available as Markdown.

channelLeaveAnon

Removes user from anonymous channel

Removes users from anonymous channel.

Function Action Object

Key
value
Description

action

'channelLeaveAnon'

Action name

options.channel

{string}

Channel name

Example

// This will remove a user to "chatRoom"
[
  {
    "action": "channelLeaveAnon",
    "options": {
      "channel": "chatRoom"
    }
  }
]

Last updated

Was this helpful?