quotedMessagesMap

abstract val quotedMessagesMap: StateFlow<Map<String, List<String>>>

A map containing all the ids that quoted a message. Using the id of a message you can get the IDs of the messages that quoted it. This can be used to reflected changes of the original message to the messages that quoted it.