discord-api-types icon indicating copy to clipboard operation
discord-api-types copied to clipboard

Missing some thread listing related REST types

Open paperclover opened this issue 3 years ago • 2 comments
trafficstars

I'm looking for the type information for the following rest routes and it seems they are not present:

paperclover avatar Jul 14 '22 00:07 paperclover

Seems like we are missing an interface export for this

Seems like we are also missing an interface export for this

Type is RESTGetAPIChannelUsersThreadsArchivedResult


Feel free to open a PR for the missing ones if you want!

vladfrangu avatar Jul 14 '22 08:07 vladfrangu

I think GET /channels/{channel.id}/threads/archived/public and GET /channels/{channel.id}/threads/archived/public are also RESTGetAPIChannelUsersThreadsArchivedResult - the docs for all three say they only have threads, members, and has_more.

cobaltt7 avatar Aug 25 '22 20:08 cobaltt7