class SharedMedia {
/// Standard share attachments << Example
List<SharedAttachment?>? attachments;
List<String?>? recipientIdentifiers;
String? conversationIdentifier;
// Special shares, Facebook for example. Would be a link or path to a post.
String? content;
String? speakableGroupName;
String? serviceName;
String? senderIdentifier;
String? imageFilePath;
For example