filterProfanity property

bool? filterProfanity
getter/setter pair

If set to true, the server will attempt to filter out profanities, replacing all but the initial character in each filtered word with asterisks, e.g. "f***".

If set to false or omitted, profanities won't be filtered out.

Optional.

Implementation

core.bool? filterProfanity;