Mega-JC
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/threads.py
|
|
@ -106,7 +106,7 @@ class Thread(Messageable, Hashable): |
|
|
|
Bots and users with :attr:`~Permissions.manage_channels` or |
|
|
|
:attr:`~Permissions.manage_messages` bypass slowmode. |
|
|
|
message_count: :class:`int` |
|
|
|
An approximate number of messages in this thread. This caps at 50. |
|
|
|
An approximate number of messages in this thread. |
|
|
|
member_count: :class:`int` |
|
|
|
An approximate number of members in this thread. This caps at 50. |
|
|
|
me: Optional[:class:`ThreadMember`] |
|
|
|