Search Results for

    Show / Hide Table of Contents

    Class SetGroupCardRequest

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

    Constructors

    | Improve this Doc View Source

    SetGroupCardRequest(Int64, Int64, String, Boolean)

    Declaration
    public SetGroupCardRequest(long group_id, long user_id, string card, bool isRateLimited = false)
    Parameters
    Type Name Description
    System.Int64 group_id
    System.Int64 user_id
    System.String card

    设置的群名片

    System.Boolean isRateLimited

    是否为限速调用

    • Improve this Doc
    • View Source
    ☀
    ☾