Type Alias JabberV1Message
JabberV1Message: { __typename?: "JabberV1Message"; id: Scalars["String"]["output"]; isEncrypted: Scalars["Boolean"]["output"]; message?: Maybe<Scalars["String"]["output"]>; messageBase64: Scalars["String"]["output"]; senderWalletAddress: Scalars["String"]["output"]; senderWalletBlockchain: WalletBlockchain; threadId: Scalars["String"]["output"]; timestamp?: Maybe<Scalars["DateTime"]["output"]>; }