update_group
Modify GroupMe group settings including name, description, avatar image, share URL, and office mode to customize group functionality and appearance.
Instructions
Update a group's settings.
Args:
group_id: The ID of the group.
name: New name (leave blank to keep current).
description: New description (leave blank to keep current).
image_url: New avatar image URL (leave blank to keep current).
share: Enable or disable the share URL.
office_mode: Enable or disable office mode.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | ||
| name | No | ||
| description | No | ||
| image_url | No | ||
| share | No | ||
| office_mode | No |