discordjs / discord-api-types

Up to date Discord API Typings, versioned by the API version
https://discord-api-types.dev
MIT License
536 stars 117 forks source link

Missing `total_message_sent` field on APIThreadChannel #553

Closed KhafraDev closed 2 years ago

KhafraDev commented 2 years ago

Please describe the problem you are having in as much detail as possible:

https://discord.com/channels/222078108977594368/1005167313877741588

Include a reproducible code sample here, if possible:

declare const channel: import('discord-api-types/v10').APIThreadChannel
channel.total_message_sent

Further details:

vladfrangu commented 2 years ago

And what version of -types are you on?

KhafraDev commented 2 years ago

updating fixed it