Class SetGroupWholeBanRequest
全 员 🈲️ 💬
Namespace: cqhttp.Cyan.ApiCall.Requests
Assembly: cqhttp.Cyan.dll
Syntax
public class SetGroupWholeBanRequest : ApiRequest
Constructors
| Improve this Doc View SourceSetGroupWholeBanRequest(Int64, Boolean)
Declaration
public SetGroupWholeBanRequest(long group_id, bool enable = true)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | group_id | 要禁言的群号 |
| System.Boolean | enable | 是否禁言 |