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