#What is cached?
1 messages · Page 1 of 1 (latest)
basically this is the list: https://github.com/discordjs/discord.js/blob/main/packages/discord.js/typings/index.d.ts#L4633-L4659 (including those marked as TODO here)
Sorry let me clarify my question, what is always in the cache? I'm asking this because I remember reading somewhere that channels are always cached so you don't need to fetch, but for users/members you should always fetch because they might not be cached yet. Don't know if that's actually true or not
that is correct
but in 9/10 cases that data is going to be cached just fine unless you're sweeping aggresively through your own sweeper config
Yeah
And up to date as well, unless there's a rare API issue that prevents them from sending updates to us
Awesome thanks