pub static GUILD_CHANNEL_CACHE: Lazy<Cache<ChannelId, GuildChannel>>Expand description
Cache for individual guild channels.
Maps channel IDs to their channel data. TTL: 12 hours, TTI: 1 hour.
pub static GUILD_CHANNEL_CACHE: Lazy<Cache<ChannelId, GuildChannel>>Cache for individual guild channels.
Maps channel IDs to their channel data. TTL: 12 hours, TTI: 1 hour.