NormalizeMentionsMiddleware.RemoveRecipientMention 属性

定义

获取或设置一个值,该值指示是否应删除任何收件人提及。

public bool RemoveRecipientMention { get; set; }
member this.RemoveRecipientMention : bool with get, set
Public Property RemoveRecipientMention As Boolean

属性值

如果为 true, @mentions 则会从 .text 和 .entities 中完全去除收件人。

适用于