Search Results for

    Show / Hide Table of Contents

    Class SendLikeRequest

    给好友的名片点个赞👍

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

    Constructors

    | Improve this Doc View Source

    SendLikeRequest(Int64, Int32, Boolean)

    Declaration
    public SendLikeRequest(long user_id, int times, bool limit_rate = false)
    Parameters
    Type Name Description
    System.Int64 user_id
    System.Int32 times
    System.Boolean limit_rate
    • Improve this Doc
    • View Source
    ☀
    ☾