|
|
@ -3309,34 +3309,35 @@ of :class:`enum.Enum`. |
|
|
|
|
|
|
|
Displays posts as a collection of tiles. |
|
|
|
|
|
|
|
.. class:: OnboardingPromptType |
|
|
|
|
|
|
|
Represents the type of onboarding prompt. |
|
|
|
.. class:: ForumOrderType |
|
|
|
|
|
|
|
.. versionadded:: 2.2 |
|
|
|
Represents how a forum's posts are sorted in the client. |
|
|
|
|
|
|
|
.. attribute:: multiple_choice |
|
|
|
.. versionadded:: 2.3 |
|
|
|
|
|
|
|
Prompt options are multiple choice. |
|
|
|
.. attribute:: latest_activity |
|
|
|
|
|
|
|
.. attribute:: dropdown |
|
|
|
Sort forum posts by activity. |
|
|
|
|
|
|
|
Prompt options are displayed as a drop-down. |
|
|
|
.. attribute:: creation_date |
|
|
|
|
|
|
|
Sort forum posts by creation time (from most recent to oldest). |
|
|
|
|
|
|
|
.. class:: ForumOrderType |
|
|
|
|
|
|
|
Represents how a forum's posts are sorted in the client. |
|
|
|
.. class:: OnboardingPromptType |
|
|
|
|
|
|
|
Represents the type of onboarding prompt. |
|
|
|
|
|
|
|
.. versionadded:: 2.3 |
|
|
|
|
|
|
|
.. attribute:: latest_activity |
|
|
|
.. attribute:: multiple_choice |
|
|
|
|
|
|
|
Sort forum posts by activity. |
|
|
|
Prompt options are multiple choice. |
|
|
|
|
|
|
|
.. attribute:: creation_date |
|
|
|
.. attribute:: dropdown |
|
|
|
|
|
|
|
Sort forum posts by creation time (from most recent to oldest). |
|
|
|
Prompt options are displayed as a drop-down. |
|
|
|
|
|
|
|
|
|
|
|
.. _discord-api-audit-logs: |
|
|
|