create thread from message

POST {{baseUrl}}/channels/:channel_id/messages/:message_id/threads

Create a new thread from an existing message

Request Body

{"name"=>"<string>", "auto_archive_duration"=>"<null>", "rate_limit_per_user"=>"<integer,null>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:10,&quot;flags&quot;:&quot;\u003cinteger\u003e&quot;,&quot;guild_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;owner_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;message_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;member_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;total_message_sent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;last_message_id&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;last_pin_timestamp&quot;:&quot;\u003cstring,null-date-time\u003e&quot;,&quot;parent_id&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;rate_limit_per_user&quot;:&quot;\u003cinteger,null\u003e&quot;,&quot;bitrate&quot;:&quot;\u003cinteger,null\u003e&quot;,&quot;user_limit&quot;:&quot;\u003cinteger,null\u003e&quot;,&quot;rtc_region&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;video_quality_mode&quot;:&quot;\u003cnull\u003e&quot;,&quot;permissions&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;thread_metadata&quot;:&quot;\u003cnull\u003e&quot;,&quot;applied_tags&quot;:null,&quot;member&quot;:&quot;\u003cnull\u003e&quot;}