pub(crate) async fn show_channel(
__arg0: Path<ChannelIdParams>,
__arg1: State<Arc<InternalState>>,
) -> impl IntoResponseExpand description
Returns information about the given channel.
pub(crate) async fn show_channel(
__arg0: Path<ChannelIdParams>,
__arg1: State<Arc<InternalState>>,
) -> impl IntoResponseReturns information about the given channel.