Search Results for

    Show / Hide Table of Contents

    Class MessageEvent.Sender

    发送者信息

    Inheritance
    System.Object
    MessageEvent.Sender
    GroupMessageEvent.GroupSender
    Namespace: cqhttp.Cyan.Events.CQEvents.Base
    Assembly: cqhttp.Cyan.dll
    Syntax
    public class Sender : object

    Properties

    | Improve this Doc View Source

    age

    年龄

    Declaration
    public int age { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    nickname

    QQ昵称

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

    sex

    性别

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

    user_id

    QQ号

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