thread property

DiscordChannel? thread
final

the thread that was started from this message, includes thread member object

is not always returned, hence the nullable property

Implementation

final DiscordChannel? thread;