discordjs / discord.js

A powerful JavaScript library for interacting with the Discord API
https://discord.js.org
Apache License 2.0
25.44k stars 3.97k forks source link

feat(PartialGroupDMChannel): add missing properties #10502

Open imnaiyar opened 2 months ago

imnaiyar commented 2 months ago

Please describe the changes this PR makes and why it should be merged: Props Added:

I noticed ownerId, last_message_id and last_pin_timestamp was missing from PartialGroupDMChannel. This PR fixes that.

While looking at the api documentation alone, it is hard to determine for me if the owner_id can be missing for Group DM Channel's, but from my testing so far, I found it to be always present. So taking that at face value

Status and versioning classification: