mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 17:59:52 +00:00
Add support for default_sort_order in ForumChannel
This commit is contained in:
15
docs/api.rst
15
docs/api.rst
@ -3310,6 +3310,21 @@ of :class:`enum.Enum`.
|
||||
Displays posts as a collection of tiles.
|
||||
|
||||
|
||||
.. class:: ForumOrderType
|
||||
|
||||
Represents how a forum's posts are sorted in the client.
|
||||
|
||||
.. versionadded:: 2.3
|
||||
|
||||
.. attribute:: latest_activity
|
||||
|
||||
Sort forum posts by activity.
|
||||
|
||||
.. attribute:: creation_date
|
||||
|
||||
Sort forum posts by creation time (from most recent to oldest).
|
||||
|
||||
|
||||
.. _discord-api-audit-logs:
|
||||
|
||||
Audit Log Data
|
||||
|
Reference in New Issue
Block a user