Available Operations
Set Group Announce Mode
POST /group/announce
Enable or disable announce mode so only admins can send messages.
The group IDExample:
[email protected]Whether to enable announce mode (
true) or disable it (false)Set Group Locked Status
POST /group/locked
Lock or unlock the group so only admins can modify group info.
The group ID
Whether to lock the group (
true) or unlock it (false)Set Group Name
POST /group/name
Update the group name (max 25 characters).
The group ID
The new group name (max 25 characters)Example:
New Group NameSet Group Topic
POST /group/topic
Set or remove the group topic/description.
The group ID
The group topic/description. Leave empty to remove the topic.Example:
Welcome to our group! Please follow the rules.Set Group Photo
POST /group/photo
Upload a new group photo or remove the existing one.
The group ID
Group photo to upload (JPEG format recommended). Leave empty to remove photo.
Request Examples
Response
All group settings endpoints return a standard response:Response code (e.g.,
SUCCESS)Response message describing the result
Additional result data (typically null or contains operation details)
