Search Results for

    Show / Hide Table of Contents

    Class MessageShare

    分享链接

    Inheritance
    System.Object
    Message
    MessageShare
    Inherited Members
    Message.data
    Message.ToString()
    Message.GetHashCode()
    Message.Equals(Object)
    Message.FixAsync()
    Namespace: cqhttp.Cyan.Messages.CommonMessages
    Assembly: cqhttp.Cyan.dll
    Syntax
    public class MessageShare : Message

    Constructors

    | Improve this Doc View Source

    MessageShare(String, String, String, String)

    Declaration
    public MessageShare(string url, string title, string content = "", string image = "")
    Parameters
    Type Name Description
    System.String url

    分享链接

    System.String title

    分享标题

    System.String content

    简介,可为空

    System.String image

    图片链接,可为空

    • Improve this Doc
    • View Source
    ☀
    ☾