set_chat_permissions
Set default chat permissions for all members. Provide permissions as a JSON object; optionally specify a chat ID or @username.
Instructions
Set default chat permissions for all members. If chat_id is omitted, targets the default log group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | No | Chat ID or @channel_username. Optional — defaults to log group | |
| permissions | Yes | JSON string with ChatPermissions object | |
| use_independent_chat_permissions | No | Use independent permissions for each privilege instead of implicit grouping |