Search Results for

    Show / Hide Table of Contents

    Class ElementForward.ElementNode

    合并转发节点

    Inheritance
    System.Object
    Element
    ElementForward.ElementNode
    Inherited Members
    Element.type
    Element.isSingle
    Element.Equals(Object)
    Element.GetHashCode()
    Element.ToString()
    Element.GetElement(String, Dictionary<String, String>)
    Namespace: cqhttp.Cyan.Messages.CQElements
    Assembly: cqhttp.Cyan.dll
    Syntax
    public class ElementNode : Element

    Constructors

    | Improve this Doc View Source

    ElementNode(String, Int64, Message)

    Declaration
    public ElementNode(string nickname, long user_id, Message content)
    Parameters
    Type Name Description
    System.String nickname
    System.Int64 user_id
    Message content

    Properties

    | Improve this Doc View Source

    content

    消息内容

    Declaration
    public Message content { get; set; }
    Property Value
    Type Description
    Message
    | Improve this Doc View Source

    data

    Declaration
    public Dictionary<string, object> data { get; set; }
    Property Value
    Type Description
    Dictionary<System.String, System.Object>
    | Improve this Doc View Source

    nickname

    发送者昵称

    Declaration
    public string nickname { 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
    ☀
    ☾