#missing total_message_sent field on APIThreadChannel type
9 messages · Page 1 of 1 (latest)
Got a link to docs?
Discord Developer Portal
Integrate your service with Discord — whether it's a bot or a game or whatever your wildest imagination can come up with.
message_count and total_message_sent store the number of messages in a thread. The difference is that when a message is deleted, message_count is decremented, but total_message_sent will not be. (threads created before July 1, 2022 stop counting both values at 50).
or here from a thread channel in my server
Can you make an issue
sure
is it in the new version?