Chat Platform API v3
Chat Platform API
Chat Platform API
Version 3
Join channels
Copy link
Makes a bot join one or more group channels.
HTTP request
Copy link
Parameters
Copy link
The following table lists the parameters that this action supports.
Required
Parameter name | Type | Description |
---|---|---|
bot_userid | string | Specifies the unique ID of a bot. |
Request body
Copy link
The following table lists the properties of an HTTP request that this action supports.
Required
Property name | Type | Description |
---|---|---|
channel_urls | array of strings | Specifies an array of URLs of channels to join. |
Response
Copy link
If successful, this action returns a list of joined group channel resources in the response body.
In the case of an error, an error object is returned. A detailed list of error codes is available here.
On this page