mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
Add note about archiver_id
This commit is contained in:
parent
205ddaff66
commit
2c197649c2
@ -121,6 +121,10 @@ class Thread(Messageable, Hashable):
|
|||||||
This is always ``True`` for public threads.
|
This is always ``True`` for public threads.
|
||||||
archiver_id: Optional[:class:`int`]
|
archiver_id: Optional[:class:`int`]
|
||||||
The user's ID that archived this thread.
|
The user's ID that archived this thread.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
Due to an API change, the ``archiver_id`` will always be ``None`` and can only be obtained via the audit log.
|
||||||
|
|
||||||
auto_archive_duration: :class:`int`
|
auto_archive_duration: :class:`int`
|
||||||
The duration in minutes until the thread is automatically hidden from the channel list.
|
The duration in minutes until the thread is automatically hidden from the channel list.
|
||||||
Usually a value of 60, 1440, 4320 and 10080.
|
Usually a value of 60, 1440, 4320 and 10080.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user