pub type GuildChannelRef<'a> = CacheRef<'a, GuildId, GuildChannel, Guild>;
pub struct GuildChannelRef<'a> { /* private fields */ }