setting | value | desc |
---|---|---|
slow_mode | 10 | 发送消息速度 |
max_count | 100 | 频道最大人数 |
is_private | 1 | 是否为私密频道 |
token: ********************
{"channel_id":"3639233526504988672","room_id":"3379814836102766592","setting":"follow_group_v1","value":4,"channel_type":1}
curl --location --request POST 'https://chat.xiaoheihe.cn/chatroom/v2/settings/channel/edit?client_type=&x_client_type=&os_type=&x_os_type=&x_app=&chat_os_type=&chat_version=' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '{"channel_id":"3639233526504988672","room_id":"3379814836102766592","setting":"follow_group_v1","value":4,"channel_type":1}'
{}