enforceNonce property

bool? enforceNonce
getter/setter pair

If true and nonce is present, it will be checked for uniqueness in the past few minutes. If another message was created by the same author with the same nonce, that message will be returned and no new message will be created.

Implementation

bool? enforceNonce;