repliedTo property
Optional
The Message that this
message is replied
Ensure you pass this in if you want the reply to apply to the replied message.
When a messsage is marked as a repliedTo message, ChatFlow will include it in the payload passed to either the onSendPressed or the onAttachmentPressed callback.
Implementation
Message? repliedTo;