Search Results for

    Show / Hide Table of Contents

    Class ApiRequest

    调用API的请求

    Inheritance
    System.Object
    ApiRequest
    RateLimitableRequest
    CleanDataDirRequest
    CleanPluginLogRequest
    DeleteMsgRequest
    GetForwardMsgRequest
    GetGroupListRequest
    GetGroupMemberInfoRequest
    GetGroupMemberListRequest
    GetImageRequest
    GetLoginInfoRequest
    GetRecordRequest
    GetStrangerInfoRequest
    GetVersionInfoRequest
    HandleQuickOperationRequest
    SetDiscussLeaveRequest
    SetFriendAddRequest
    SetGroupAdminRequest
    SetGroupAnonymousBanRequest
    SetGroupAnonymousRequest
    SetGroupLeaveRequest
    SetGroupSpecialTitleRequest
    SetGroupWholeBanRequest
    SetRestartPluginRequest
    SetRestartRequest
    Namespace: cqhttp.Cyan.ApiCall.Requests.Base
    Assembly: cqhttp.Cyan.dll
    Syntax
    public abstract class ApiRequest : object

    Constructors

    | Improve this Doc View Source

    ApiRequest(String)

    Declaration
    public ApiRequest(string r)
    Parameters
    Type Name Description
    System.String r

    Fields

    | Improve this Doc View Source

    response

    Declaration
    public ApiResult response
    Field Value
    Type Description
    ApiResult

    Properties

    | Improve this Doc View Source

    api_path

    Declaration
    public string api_path { get; protected set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    content

    Declaration
    public string content { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    ☀
    ☾