Search Results for

    Show / Hide Table of Contents

    Class SetGroupLeaveRequest

    退出/解散群组

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

    Constructors

    | Improve this Doc View Source

    SetGroupLeaveRequest(Int64, Boolean)

    Declaration
    public SetGroupLeaveRequest(long group_id, bool is_dismiss = false)
    Parameters
    Type Name Description
    System.Int64 group_id

    群号

    System.Boolean is_dismiss

    是否解散,如果登录号是群主,则仅在此项为 true 时能够解散

    • Improve this Doc
    • View Source
    ☀
    ☾