Search Results for

    Show / Hide Table of Contents

    Interface ICaller

    Namespace: cqhttp.Cyan.Clients.Callers
    Assembly: cqhttp.Cyan.dll
    Syntax
    public interface ICaller

    Methods

    | Improve this Doc View Source

    SendRequestAsync(ApiRequest)

    调用API

    Declaration
    Task<ApiResult> SendRequestAsync(ApiRequest request)
    Parameters
    Type Name Description
    ApiRequest request

    请求对象

    Returns
    Type Description
    Task<ApiResult>
    • Improve this Doc
    • View Source
    ☀
    ☾