Search Results for

    Show / Hide Table of Contents

    Class SetGroupKickRequest

    群组踢人

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

    Constructors

    | Improve this Doc View Source

    SetGroupKickRequest(Int64, Int64, Boolean, Boolean)

    Declaration
    public SetGroupKickRequest(long group_id, long user_id, bool reject_add_request = false, bool isRateLimited = false)
    Parameters
    Type Name Description
    System.Int64 group_id

    群号码

    System.Int64 user_id

    要踢的用户QQ号

    System.Boolean reject_add_request

    是否拒绝加群请求

    System.Boolean isRateLimited

    是否为限速调用

    • Improve this Doc
    • View Source
    ☀
    ☾