Search Results for

    Show / Hide Table of Contents

    Class RequestEvent

    请求消息,目前仅有好友申请与加群申请

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

    Properties

    | Improve this Doc View Source

    request_type

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

    user_id

    操作者ID(发起邀请者)

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