diff --git a/classdpp_1_1cluster.html b/classdpp_1_1cluster.html index 2f54437f2b8..8534c35352c 100644 --- a/classdpp_1_1cluster.html +++ b/classdpp_1_1cluster.html @@ -1224,7 +1224,7 @@  Get members of a thread. More...
  awaitable< confirmation_callback_tco_thread_create_in_forum (const std::string &thread_name, snowflake channel_id, const message &msg, auto_archive_duration_t auto_archive_duration, uint16_t rate_limit_per_user, std::vector< snowflake > applied_tags={}) - Create a thread in forum channel. More...
+ Create a thread in a forum or media channel. More...
  awaitable< confirmation_callback_tco_thread_create (const std::string &thread_name, snowflake channel_id, uint16_t auto_archive_duration, channel_type thread_type, bool invitable, uint16_t rate_limit_per_user)  Create a thread. More...
@@ -1773,7 +1773,7 @@  Get members of a thread. More...
  thread thread_create_in_forum_sync (const std::string &thread_name, snowflake channel_id, const message &msg, auto_archive_duration_t auto_archive_duration, uint16_t rate_limit_per_user, std::vector< snowflake > applied_tags={}) - Create a thread in forum channel. More...
+ Create a thread in a forum or media channel. More...
  thread thread_create_sync (const std::string &thread_name, snowflake channel_id, uint16_t auto_archive_duration, channel_type thread_type, bool invitable, uint16_t rate_limit_per_user)  Create a thread. More...
@@ -10791,7 +10791,7 @@

-

Create a thread in forum channel.

+

Create a thread in a forum or media channel.

Note
This method supports audit log reasons set by the cluster::set_audit_reason() method.
See also
dpp::cluster::thread_create_in_forum
@@ -25577,7 +25577,7 @@

-

Create a thread in forum channel.

+

Create a thread in a forum or media channel.

Note
This method supports audit log reasons set by the cluster::set_audit_reason() method.
See also
dpp::cluster::thread_create_in_forum
diff --git a/xml/classdpp_1_1cluster.xml b/xml/classdpp_1_1cluster.xml index a5ee3d85af8..8cec9850461 100644 --- a/xml/classdpp_1_1cluster.xml +++ b/xml/classdpp_1_1cluster.xml @@ -20060,7 +20060,7 @@ {} -Create a thread in forum channel. +Create a thread in a forum or media channel. This method supports audit log reasons set by the cluster::set_audit_reason() method. @@ -30108,7 +30108,7 @@ {} -Create a thread in forum channel. +Create a thread in a forum or media channel. This method supports audit log reasons set by the cluster::set_audit_reason() method.