Group DM recipients

Does discord.js manage and cache recipients (users) of a direct message (DM) group? I didn't find anything related
11 Replies
d.js toolkit
d.js toolkit11mo 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!
Jaworek
Jaworek11mo ago
bots cant be in a dm group so no need to worry
d.js docs
d.js docs11mo ago
class PartialGroupDMChannel (extends BaseChannel) Represents a Partial Group DM Channel on Discord.
Jaworek
Jaworek11mo ago
when fetching invite etc bur it should show the recipients
unreal
unreal11mo ago
i mean a manager for recipients
Jaworek
Jaworek11mo ago
cached to user manager?
Kinect3000
Kinect300011mo ago
Bots can start group dms, actually It depends on how you got the DMChannel In general, if d.js receives a structure and it contains enough data to fully construct a User/Users, it will cache them
unreal
unreal11mo ago
i wanna know if djs has a manager for recipients in a group dm
Kinect3000
Kinect300011mo ago
Prob not
unreal
unreal11mo ago
why
Kinect3000
Kinect300011mo ago
GroupDMChannel was initially removed bc ddocs said it was deprecated for a long time For bots to create dm channels, that is