pub fn inspect_channel_name(
name: String,
) -> Result<ChannelPreviewRecord, MobileError>Expand description
Derive a public channel from a plain name, without a URI.
This is the join-by-name path. The returned canonical_name is the
lowercase form the key is actually derived from.