joinThread method

Future<void> joinThread(
  1. Snowflake id
)

Add the current user to the thread with the ID id.

External references:

Implementation

Future<void> joinThread(Snowflake id) => channels.joinThread(id);