discord-api-types
discord-api-types copied to clipboard
Missing some thread listing related REST types
trafficstars
I'm looking for the type information for the following rest routes and it seems they are not present:
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!
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.