embedJoinLinkDescriptor top-level property
Implementation
final embedJoinLinkDescriptor = XRPCObjectDescriptor<EmbedJoinLink>(
nsid: 'chat.bsky.embed.joinLink',
defName: 'main',
fromJson: (json) =>
const EmbedJoinLinkConverter().fromJson(json.cast<String, dynamic>()),
toJson: const EmbedJoinLinkConverter().toJson,
matches: EmbedJoinLink.validate,
);