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