useReplacedMessageContents property

bool useReplacedMessageContents
final

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.

Implementation

final bool useReplacedMessageContents;