joinThread abstract method

Future<void> joinThread(
  1. Snowflake channelId
)

Joins thread with given id

Implementation

Future<void> joinThread(Snowflake channelId);