-
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(model): fix thread max message count (#1822)
Change the type of channel's message_count to u64 to allow for larger integers, since Discord is starting to track more detailed counts. I've recently been receiving integers much larger than 50, such that a u8 would not suffice. This is currently not documented, however, I have clarified with a Discord staff and it is the intended behaviour.
- Loading branch information
Showing
1 changed file
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters