-
Hello, Is there a way to retrieve a pre existing thread for a given starting message in a text channel? I can use get_thread or get_channel to retrieve the thread from its id, but is there any guarantee that the thread id is the same as the message id, and that it will always stay the same? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Using |
Beta Was this translation helpful? Give feedback.
Using
get_thread
is indeed what you'll want to use in this situation at this time.The message and thread ID for a public thread started from a message being the same is also always going to be the same, this is even noted in the official documentation:
The created thread and the message it was started from will share the same id.