Please describe the changes this PR makes and why it should be merged:
Props Added:
ownerId
lastMessageId
lastPinTimestamp
lastMessage
lastPinAt
awaitMessageComponent
createMessageComponentCollector
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:
Code changes have been tested against the Discord API, or there are no code changes
I know how to update typings and have done so, or typings don't need updating
Please describe the changes this PR makes and why it should be merged: Props Added:
I noticedownerId
,last_message_id
andlast_pin_timestamp
was missing fromPartialGroupDMChannel
. This PR fixes that.While looking at the api documentation alone, it is hard to determine for me if theowner_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 valueStatus and versioning classification: