Search Results for

    Show / Hide Table of Contents

    Class SetGroupAdminRequest

    群组设置管理员

    Inheritance
    System.Object
    ApiRequest
    SetGroupAdminRequest
    Inherited Members
    ApiRequest.api_path
    ApiRequest.response
    ApiRequest.content
    Namespace: cqhttp.Cyan.ApiCall.Requests
    Assembly: cqhttp.Cyan.dll
    Syntax
    public class SetGroupAdminRequest : ApiRequest

    Constructors

    | Improve this Doc View Source

    SetGroupAdminRequest(Int64, Int64, Boolean)

    Declaration
    public SetGroupAdminRequest(long group_id, long user_id, bool enable)
    Parameters
    Type Name Description
    System.Int64 group_id
    System.Int64 user_id
    System.Boolean enable
    • Improve this Doc
    • View Source
    ☀
    ☾