Search Results for

    Show / Hide Table of Contents

    Class DiscussMessageResponse

    讨论组消息回复

    Inheritance
    System.Object
    CQResponse
    CQReplyMessageResponse
    DiscussMessageResponse
    Inherited Members
    CQResponse.content
    CQResponse.ToString()
    Namespace: cqhttp.Cyan.Events.CQResponses
    Assembly: cqhttp.Cyan.dll
    Syntax
    public class DiscussMessageResponse : CQReplyMessageResponse

    Constructors

    | Improve this Doc View Source

    DiscussMessageResponse(Message, Boolean, Boolean)

    Declaration
    public DiscussMessageResponse(Message reply, bool auto_escape, bool at_sender = true)
    Parameters
    Type Name Description
    Message reply

    回复消息

    System.Boolean auto_escape

    是否自动转义字符串

    System.Boolean at_sender

    是否@发送者

    Properties

    | Improve this Doc View Source

    at_sender

    Declaration
    public bool at_sender { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    ☀
    ☾