spamModerationLevel property

String? spamModerationLevel
getter/setter pair

Specifies moderation levels for messages detected as spam.

Possible values are:

  • ALLOW: Post the message to the group.
  • MODERATE: Send the message to the moderation queue. This is the default.
  • SILENTLY_MODERATE: Send the message to the moderation queue, but do not send notification to moderators.
  • REJECT: Immediately reject the message.

Implementation

core.String? spamModerationLevel;