useReplacedMessageContents property
final
~english Whether the server returns the sender the text message with the content replaced during text moderation:
true
: Return the adjusted message to the sender.(Default) false
: Return the original message to the sender. ~end
~chinese 是否在文本审核时,返回给发送者被替换内容的文本消息:
true
:返回给发送者被调整的消息。- (默认)
false
:返回给发送者原始消息。 ~end
Implementation
final bool useReplacedMessageContents;