dedupId property

String? dedupId
getter/setter pair

Specifies the unique message ID created by other system. In general, this property is used to prevent the same message data from getting inserted when migrating the messages of the other system to Sendbird server. If specified, the server performs a duplicate check using the property value.

Implementation

String? dedupId;