Update auto_archive_duration documentation

Fix #9351
This commit is contained in:
Rapptz
2023-04-18 01:08:52 -04:00
parent 8991525215
commit 0adef0ec89
4 changed files with 6 additions and 6 deletions

View File

@ -1215,7 +1215,7 @@ class PartialMessage(Hashable):
name: :class:`str`
The name of the thread.
auto_archive_duration: :class:`int`
The duration in minutes before a thread is automatically archived for inactivity.
The duration in minutes before a thread is automatically hidden from the channel list.
If not provided, the channel's default auto archive duration is used.
Must be one of ``60``, ``1440``, ``4320``, or ``10080``, if provided.