Search Results for

    Show / Hide Table of Contents

    Class GroupAddRequestEvent

    加群邀请

    Inheritance
    System.Object
    CQEvent
    RequestEvent
    GroupAddRequestEvent
    Inherited Members
    RequestEvent.request_type
    RequestEvent.user_id
    CQEvent.time
    CQEvent.post_type
    CQEvent.postType
    Namespace: cqhttp.Cyan.Events.CQEvents
    Assembly: cqhttp.Cyan.dll
    Syntax
    public class GroupAddRequestEvent : RequestEvent

    Properties

    | Improve this Doc View Source

    comment

    请求验证信息

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

    flag

    请求 flag,在调用处理请求的 API 时需要传入

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

    group_id

    加入的群号

    Declaration
    public long group_id { get; set; }
    Property Value
    Type Description
    System.Int64
    • Improve this Doc
    • View Source
    ☀
    ☾