ChatMessageReceivedEventDetails: {
    __typename?: "ChatMessageReceivedEventDetails";
    conversationId: Scalars["String"]["output"];
    messageBody: Scalars["String"]["output"];
    messageId: Scalars["String"]["output"];
    senderBlockchain: WalletBlockchain;
    senderId: Scalars["String"]["output"];
    senderName: Scalars["String"]["output"];
}