@metatrongg/sdk 0.8.0-dev.e9ef082 → 0.8.0-dev.f0ab15b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1232,6 +1232,7 @@ type MessageTransactionNftTransfer = {
1232
1232
  tokenId: string;
1233
1233
  amount: string;
1234
1234
  itemName: string | null;
1235
+ imageAssetId?: string | null;
1235
1236
  };
1236
1237
  type GroupThreadSummary = {
1237
1238
  kind: "group";