pub async fn fetch_manifest(
bot: &PublicKey,
relays: &[String],
) -> Option<BotManifest>Expand description
Fetch + validate a bot’s manifest by pubkey from the given relays. Returns
the newest valid one, or None when the bot has published no interface.