embedImagesDescriptor top-level property
Implementation
final embedImagesDescriptor = XRPCObjectDescriptor<EmbedImages>(
nsid: 'app.bsky.embed.images',
defName: 'main',
fromJson: (json) =>
const EmbedImagesConverter().fromJson(json.cast<String, dynamic>()),
toJson: const EmbedImagesConverter().toJson,
matches: EmbedImages.validate,
);