mentionedUserIds property Null safety

List<String>? mentionedUserIds
read / write

Mention to specific users. If sends a message with this field, the message will be arrived to mentioned users.

Implementation

List<String>? mentionedUserIds;