requestedMentionUserIds property Null safety

List<String>? requestedMentionUserIds
final

Represents target user ids to mention when success to send this message. This value is valid only when the message is a pending message or failed message. If the message is a succeeded message, see mentionedUserIds

Implementation

final List<String>? requestedMentionUserIds;