partial channels

i didnt get an answer in #djs-help-v14 so ill ask here if i have the Channel partial but have the Guilds intent, since Guilds caches all guild channels, would the only partial channels be DM Channels?
5 Replies
d.js toolkit
d.js toolkit9mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
duck
duck9mo ago
yes off the top of my head, I was thinking that you might encounter partial threads in some events, but it seems the Channel partial doesn't actually affect those e.g. ThreadUpdate just doesn't emit for what would be a partial thread
d.js docs
d.js docs9mo ago
property BaseChannel#partial Whether this Channel is a partial (more...)
duck
duck9mo ago
this is also documented as only being true in dms
grass
grass9mo ago
alright, thanks