dedupId property Null safety

String? dedupId
read / write

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;