Table of Contents

Class Quote

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个引用的消息。

public class Quote : IQuote
Inheritance
Quote
Implements
Inherited Members

Constructors

Quote(Guid)

使用指定的消息 ID 创建一个新的 Quote 实例。

[Obsolete("Use MessageReference instead.")]
public Quote(Guid quotedMessageId)

Parameters

quotedMessageId Guid

要引用的消息的 ID。

See Also

Properties

Author

获取此引用的消息的作者。

public IUser Author { get; }

Property Value

IUser

Content

获取此引用的消息的内容。

public string Content { get; }

Property Value

string

Remarks

如果此引用的消息不是文本消息,则此属性可能为空或包含原始代码。

CreateAt

获取此引用的消息的发送时间。

public DateTimeOffset CreateAt { get; }

Property Value

DateTimeOffset

Empty

获取一个引用的消息为空的引用。

[Obsolete("Use MessageReference.Empty instead.")]
public static MessageReference Empty { get; }

Property Value

MessageReference

Remarks

此属性用于在修改消息时删除引用。

See Also

QuotedMessageId

获取此引用所指向的消息的 ID。

public Guid QuotedMessageId { get; }

Property Value

Guid

Type

获取此引用的消息的类型。

public MessageType Type { get; }

Property Value

MessageType